Html Css Color HEX #25D9CF Turquoise

📋 copy color: '#25D9CF'

red 37 ◦ green 217 ◦ blue 207

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

Shades of Turquoise #25D9CF

Tints of Turquoise #25D9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.07%

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 8.03%
G = 47.07%
B = 44.9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#25D9CF (or 0x25D9CF) is known color: Turquoise. HEX triplet: 25, D9 and CF. RGB value is (37,217,207). Sum of RGB (Red+Green+Blue) = 37+217+207=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #25D9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D9CF is #DA2630. Grayscale: #A1A1A1. Windows color (decimal): -14296625 or 13621541. OLE color: 13621541.

HSL color Cylindrical-coordinate representation of color #25D9CF: hue angle of 176.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D9CF is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 217 207 -
CMYK 0.83 0 0.05 0.15
HSL 176.67º 0.71% 0.5% -
HSV(B) 176.67º 0.83% 0.85% -
XYZ 36.84 54.52 67.61 -
YUV 162.04 153.37 38.81 -
System Red Green Blue C M Y K H S L
Decimal 37 217 207 0.83 0 0.05 0.15 176.67 0.71 0.5
Hex 25 D9 CF 53 0 5 F B1 47 32
Octal 45 331 317 123 0 5 17 261 107 62
Binary 100101 11011001 11001111 1010011 0 101 1111 10110001 1000111 110010

Color Harmonies of #25D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D9CF

Black with #25D9CF

Text Example


Text Example

White with #25D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,217,207); }

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

background-color css

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

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

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

border-color css

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

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

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