Html Css Color HEX #25CCCE Turquoise

📋 copy color: '#25CCCE'

red 37 ◦ green 204 ◦ blue 206

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

Shades of Turquoise #25CCCE

Tints of Turquoise #25CCCE

RGB

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

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

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

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

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #25CCCE: hue angle of 180.71º 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 #25CCCE is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 204 206 -
CMYK 0.82 0.01 0 0.19
HSL 180.71º 0.7% 0.48% -
HSV(B) 180.71º 0.82% 0.81% -
XYZ 33.5 48.04 65.9 -
YUV 154.3 157.17 44.34 -
System Red Green Blue C M Y K H S L
Decimal 37 204 206 0.82 0.01 0 0.19 180.71 0.7 0.48
Hex 25 CC CE 52 1 0 13 B5 46 30
Octal 45 314 316 122 1 0 23 265 106 60
Binary 100101 11001100 11001110 1010010 1 0 10011 10110101 1000110 110000

Color Harmonies of #25CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CCCE

Black with #25CCCE

Text Example


Text Example

White with #25CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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