Html Css Color HEX #25CCCC Turquoise

📋 copy color: '#25CCCC'

red 37 ◦ green 204 ◦ blue 204

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

Shades of Turquoise #25CCCC

Tints of Turquoise #25CCCC

RGB

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

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

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

R = 8.31%
G = 45.84%
B = 45.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#25CCCC (or 0x25CCCC) is known color: Turquoise. HEX triplet: 25, CC and CC. RGB value is (37,204,204). Sum of RGB (Red+Green+Blue) = 37+204+204=445 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.31% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #25CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CCCC is #DA3333. Grayscale: #999999. Windows color (decimal): -14299956 or 13421605. OLE color: 13421605.

HSL color Cylindrical-coordinate representation of color #25CCCC: hue angle of 180º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CCCC is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 204 204 -
CMYK 0.82 0 0 0.2
HSL 180º 0.69% 0.47% -
HSV(B) 180º 0.82% 0.8% -
XYZ 33.25 47.94 64.63 -
YUV 154.07 156.17 44.5 -
System Red Green Blue C M Y K H S L
Decimal 37 204 204 0.82 0 0 0.2 180 0.69 0.47
Hex 25 CC CC 52 0 0 14 B4 45 2F
Octal 45 314 314 122 0 0 24 264 105 57
Binary 100101 11001100 11001100 1010010 0 0 10100 10110100 1000101 101111

Color Harmonies of #25CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CCCC

Black with #25CCCC

Text Example


Text Example

White with #25CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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