Html Css Color HEX #25EDCC Turquoise

📋 copy color: '#25EDCC'

red 37 ◦ green 237 ◦ blue 204

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

Shades of Turquoise #25EDCC

Tints of Turquoise #25EDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.58%

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 7.74%
G = 49.58%
B = 42.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#25EDCC (or 0x25EDCC) is known color: Turquoise. HEX triplet: 25, ED and CC. RGB value is (37,237,204). Sum of RGB (Red+Green+Blue) = 37+237+204=478 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.74% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #25EDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EDCC is #DA1233. Grayscale: #ADADAD. Windows color (decimal): -14291508 or 13430053. OLE color: 13430053.

HSL color Cylindrical-coordinate representation of color #25EDCC: hue angle of 170.1º degrees, saturation: 0.85, 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 #25EDCC is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 237 204 -
CMYK 0.84 0 0.14 0.07
HSL 170.1º 0.85% 0.54% -
HSV(B) 170.1º 0.84% 0.93% -
XYZ 41.95 65.32 67.52 -
YUV 173.44 145.24 30.68 -
System Red Green Blue C M Y K H S L
Decimal 37 237 204 0.84 0 0.14 0.07 170.1 0.85 0.54
Hex 25 ED CC 54 0 E 7 AA 55 36
Octal 45 355 314 124 0 16 7 252 125 66
Binary 100101 11101101 11001100 1010100 0 1110 111 10101010 1010101 110110

Color Harmonies of #25EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EDCC

Black with #25EDCC

Text Example


Text Example

White with #25EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,237,204); }

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

background-color css

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

 a { background-color: rgb(37,237,204); }

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

border-color css

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

 span { border-color: rgb(37,237,204); }

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