Html Css Color HEX #25CECC Turquoise

📋 copy color: '#25CECC'

red 37 ◦ green 206 ◦ blue 204

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

Shades of Turquoise #25CECC

Tints of Turquoise #25CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.09%

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

R = 8.28%
G = 46.09%
B = 45.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#25CECC (or 0x25CECC) is known color: Turquoise. HEX triplet: 25, CE and CC. RGB value is (37,206,204). Sum of RGB (Red+Green+Blue) = 37+206+204=447 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.28% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #25CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CECC is #DA3133. Grayscale: #9B9B9B. Windows color (decimal): -14299444 or 13422117. OLE color: 13422117.

HSL color Cylindrical-coordinate representation of color #25CECC: hue angle of 179.29º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CECC is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 206 204 -
CMYK 0.82 0 0.01 0.19
HSL 179.29º 0.7% 0.48% -
HSV(B) 179.29º 0.82% 0.81% -
XYZ 33.73 48.9 64.79 -
YUV 155.24 155.51 43.66 -
System Red Green Blue C M Y K H S L
Decimal 37 206 204 0.82 0 0.01 0.19 179.29 0.7 0.48
Hex 25 CE CC 52 0 1 13 B3 46 30
Octal 45 316 314 122 0 1 23 263 106 60
Binary 100101 11001110 11001100 1010010 0 1 10011 10110011 1000110 110000

Color Harmonies of #25CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CECC

Black with #25CECC

Text Example


Text Example

White with #25CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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