Html Css Color HEX #25D0C9 Turquoise

📋 copy color: '#25D0C9'

red 37 ◦ green 208 ◦ blue 201

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

Shades of Turquoise #25D0C9

Tints of Turquoise #25D0C9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.64%

 BLUE value IS 201 (78.91% from 255) = 45.07%

R = 8.3%
G = 46.64%
B = 45.07%

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

#25D0C9 (or 0x25D0C9) is known color: Turquoise. HEX triplet: 25, D0 and C9. RGB value is (37,208,201). Sum of RGB (Red+Green+Blue) = 37+208+201=446 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.30% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #25D0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D0C9 is #DA2F36. Grayscale: #9B9B9B. Windows color (decimal): -14298935 or 13226021. OLE color: 13226021.

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

Color convert

RGB 37 208 201 -
CMYK 0.82 0 0.03 0.18
HSL 177.54º 0.7% 0.48% -
HSV(B) 177.54º 0.82% 0.82% -
XYZ 33.86 49.72 63.07 -
YUV 156.07 153.35 43.07 -
System Red Green Blue C M Y K H S L
Decimal 37 208 201 0.82 0 0.03 0.18 177.54 0.7 0.48
Hex 25 D0 C9 52 0 3 12 B2 46 30
Octal 45 320 311 122 0 3 22 262 106 60
Binary 100101 11010000 11001001 1010010 0 11 10010 10110010 1000110 110000

Color Harmonies of #25D0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D0C9

Black with #25D0C9

Text Example


Text Example

White with #25D0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,208,201); }

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

background-color css

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

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

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

border-color css

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

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

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