Html Css Color HEX #25D2EB Bright Turquoise

📋 copy color: '#25D2EB'

red 37 ◦ green 210 ◦ blue 235

#25D2EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #25D2EB

Tints of Bright Turquoise #25D2EB

RGB

 RED value IS 37 (14.84% from 255) = 7.68%

 GREEN value IS 210 (82.42% from 255) = 43.57%

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 7.68%
G = 43.57%
B = 48.76%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#25D2EB (or 0x25D2EB) is known color: Bright Turquoise. HEX triplet: 25, D2 and EB. RGB value is (37,210,235). Sum of RGB (Red+Green+Blue) = 37+210+235=482 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.68% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #25D2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D2EB is #DA2D14. Grayscale: #A0A0A0. Windows color (decimal): -14298389 or 15454757. OLE color: 15454757.

HSL color Cylindrical-coordinate representation of color #25D2EB: hue angle of 187.58º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25D2EB is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 210 235 -
CMYK 0.84 0.11 0 0.08
HSL 187.58º 0.83% 0.53% -
HSV(B) 187.58º 0.84% 0.92% -
XYZ 38.8 52.48 86.68 -
YUV 161.12 169.69 39.47 -
System Red Green Blue C M Y K H S L
Decimal 37 210 235 0.84 0.11 0 0.08 187.58 0.83 0.53
Hex 25 D2 EB 54 B 0 8 BC 53 35
Octal 45 322 353 124 13 0 10 274 123 65
Binary 100101 11010010 11101011 1010100 1011 0 1000 10111100 1010011 110101

Color Harmonies of #25D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D2EB

Black with #25D2EB

Text Example


Text Example

White with #25D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25D2EB; }

 p { color: rgb(37,210,235); }

 H1.HeaderClassName
 {
   color: #25D2EB;
 }
 .AnyTagClassName
 {
   color: #25D2EB;
 }
</style>

background-color css

<style>
 a { background-color: #25D2EB; }

 a { background-color: rgb(37,210,235); }

 div.DivClassName
 {
   background-color: #25D2EB;
 }
 .BgClassName
 {
   background-color: #25D2EB;
 }
</style>

border-color css

<style>
 span { border-color: #25D2EB; }

 span { border-color: rgb(37,210,235); }

 td.TdClassName
 {
   border-color: #25D2EB;
 }
 .TagClassName
 {
   border-color: #25D2EB;
 }
</style>