Html Css Color HEX #25DDD6 Turquoise

📋 copy color: '#25DDD6'

red 37 ◦ green 221 ◦ blue 214

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

Shades of Turquoise #25DDD6

Tints of Turquoise #25DDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.82%

 BLUE value IS 214 (83.98% from 255) = 45.34%

R = 7.84%
G = 46.82%
B = 45.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#25DDD6 (or 0x25DDD6) is known color: Turquoise. HEX triplet: 25, DD and D6. RGB value is (37,221,214). Sum of RGB (Red+Green+Blue) = 37+221+214=472 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.84% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDD6 is #DA2229. Grayscale: #A5A5A5. Windows color (decimal): -14295594 or 14081317. OLE color: 14081317.

HSL color Cylindrical-coordinate representation of color #25DDD6: hue angle of 177.72º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DDD6 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 221 214 -
CMYK 0.83 0 0.03 0.13
HSL 177.72º 0.73% 0.51% -
HSV(B) 177.72º 0.83% 0.87% -
XYZ 38.76 56.96 72.57 -
YUV 165.19 155.54 36.57 -
System Red Green Blue C M Y K H S L
Decimal 37 221 214 0.83 0 0.03 0.13 177.72 0.73 0.51
Hex 25 DD D6 53 0 3 D B2 49 33
Octal 45 335 326 123 0 3 15 262 111 63
Binary 100101 11011101 11010110 1010011 0 11 1101 10110010 1001001 110011

Color Harmonies of #25DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DDD6

Black with #25DDD6

Text Example


Text Example

White with #25DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,221,214); }

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

background-color css

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

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

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

border-color css

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

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

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