Html Css Color HEX #25D9DD Turquoise

📋 copy color: '#25D9DD'

red 37 ◦ green 217 ◦ blue 221

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

Shades of Turquoise #25D9DD

Tints of Turquoise #25D9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 7.79%
G = 45.68%
B = 46.53%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#25D9DD (or 0x25D9DD) is known color: Turquoise. HEX triplet: 25, D9 and DD. RGB value is (37,217,221). Sum of RGB (Red+Green+Blue) = 37+217+221=475 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.79% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #25D9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D9DD is #DA2622. Grayscale: #A3A3A3. Windows color (decimal): -14296611 or 14539045. OLE color: 14539045.

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

Color convert

RGB 37 217 221 -
CMYK 0.83 0.02 0 0.13
HSL 181.3º 0.73% 0.51% -
HSV(B) 181.3º 0.83% 0.87% -
XYZ 38.63 55.24 77.03 -
YUV 163.64 160.37 37.67 -
System Red Green Blue C M Y K H S L
Decimal 37 217 221 0.83 0.02 0 0.13 181.3 0.73 0.51
Hex 25 D9 DD 53 2 0 D B5 49 33
Octal 45 331 335 123 2 0 15 265 111 63
Binary 100101 11011001 11011101 1010011 10 0 1101 10110101 1001001 110011

Color Harmonies of #25D9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D9DD

Black with #25D9DD

Text Example


Text Example

White with #25D9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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