Html Css Color HEX #25D2CC Turquoise

📋 copy color: '#25D2CC'

red 37 ◦ green 210 ◦ blue 204

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

Shades of Turquoise #25D2CC

Tints of Turquoise #25D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.56%

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

R = 8.2%
G = 46.56%
B = 45.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#25D2CC (or 0x25D2CC) is known color: Turquoise. HEX triplet: 25, D2 and CC. RGB value is (37,210,204). Sum of RGB (Red+Green+Blue) = 37+210+204=451 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.20% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #25D2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D2CC is #DA2D33. Grayscale: #9D9D9D. Windows color (decimal): -14298420 or 13423141. OLE color: 13423141.

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

Color convert

RGB 37 210 204 -
CMYK 0.82 0 0.03 0.18
HSL 177.92º 0.7% 0.48% -
HSV(B) 177.92º 0.82% 0.82% -
XYZ 34.71 50.85 65.11 -
YUV 157.59 154.19 41.99 -
System Red Green Blue C M Y K H S L
Decimal 37 210 204 0.82 0 0.03 0.18 177.92 0.7 0.48
Hex 25 D2 CC 52 0 3 12 B2 46 30
Octal 45 322 314 122 0 3 22 262 106 60
Binary 100101 11010010 11001100 1010010 0 11 10010 10110010 1000110 110000

Color Harmonies of #25D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D2CC

Black with #25D2CC

Text Example


Text Example

White with #25D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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