Html Css Color HEX #25ECD2 Turquoise

📋 copy color: '#25ECD2'

red 37 ◦ green 236 ◦ blue 210

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

Shades of Turquoise #25ECD2

Tints of Turquoise #25ECD2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.86%

 BLUE value IS 210 (82.42% from 255) = 43.48%

R = 7.66%
G = 48.86%
B = 43.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#25ECD2 (or 0x25ECD2) is known color: Turquoise. HEX triplet: 25, EC and D2. RGB value is (37,236,210). Sum of RGB (Red+Green+Blue) = 37+236+210=483 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.66% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECD2 is #DA132D. Grayscale: #ADADAD. Windows color (decimal): -14291758 or 13823013. OLE color: 13823013.

HSL color Cylindrical-coordinate representation of color #25ECD2: hue angle of 172.16º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25ECD2 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 236 210 -
CMYK 0.84 0 0.11 0.07
HSL 172.16º 0.84% 0.54% -
HSV(B) 172.16º 0.84% 0.93% -
XYZ 42.39 65.04 71.29 -
YUV 173.54 148.57 30.61 -
System Red Green Blue C M Y K H S L
Decimal 37 236 210 0.84 0 0.11 0.07 172.16 0.84 0.54
Hex 25 EC D2 54 0 B 7 AC 54 36
Octal 45 354 322 124 0 13 7 254 124 66
Binary 100101 11101100 11010010 1010100 0 1011 111 10101100 1010100 110110

Color Harmonies of #25ECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ECD2

Black with #25ECD2

Text Example


Text Example

White with #25ECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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