Html Css Color HEX #25D9D0 Turquoise

📋 copy color: '#25D9D0'

red 37 ◦ green 217 ◦ blue 208

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

Shades of Turquoise #25D9D0

Tints of Turquoise #25D9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.02%

R = 8.01%
G = 46.97%
B = 45.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#25D9D0 (or 0x25D9D0) is known color: Turquoise. HEX triplet: 25, D9 and D0. RGB value is (37,217,208). Sum of RGB (Red+Green+Blue) = 37+217+208=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #25D9D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D9D0 is #DA262F. Grayscale: #A2A2A2. Windows color (decimal): -14296624 or 13687077. OLE color: 13687077.

HSL color Cylindrical-coordinate representation of color #25D9D0: hue angle of 177º 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 #25D9D0 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 217 208 -
CMYK 0.83 0 0.04 0.15
HSL 177º 0.71% 0.5% -
HSV(B) 177º 0.83% 0.85% -
XYZ 36.96 54.57 68.26 -
YUV 162.15 153.87 38.73 -
System Red Green Blue C M Y K H S L
Decimal 37 217 208 0.83 0 0.04 0.15 177 0.71 0.5
Hex 25 D9 D0 53 0 4 F B1 47 32
Octal 45 331 320 123 0 4 17 261 107 62
Binary 100101 11011001 11010000 1010011 0 100 1111 10110001 1000111 110010

Color Harmonies of #25D9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D9D0

Black with #25D9D0

Text Example


Text Example

White with #25D9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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