Html Css Color HEX #25DDDC Turquoise

📋 copy color: '#25DDDC'

red 37 ◦ green 221 ◦ blue 220

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

Shades of Turquoise #25DDDC

Tints of Turquoise #25DDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 7.74%
G = 46.23%
B = 46.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#25DDDC (or 0x25DDDC) is known color: Turquoise. HEX triplet: 25, DD and DC. RGB value is (37,221,220). Sum of RGB (Red+Green+Blue) = 37+221+220=478 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.74% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDDC is #DA2223. Grayscale: #A5A5A5. Windows color (decimal): -14295588 or 14474533. OLE color: 14474533.

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

Color convert

RGB 37 221 220 -
CMYK 0.83 0 0.00 0.13
HSL 179.67º 0.73% 0.51% -
HSV(B) 179.67º 0.83% 0.87% -
XYZ 39.54 57.27 76.68 -
YUV 165.87 158.54 36.08 -
System Red Green Blue C M Y K H S L
Decimal 37 221 220 0.83 0 0.00 0.13 179.67 0.73 0.51
Hex 25 DD DC 53 0 0 D B4 49 33
Octal 45 335 334 123 0 0 15 264 111 63
Binary 100101 11011101 11011100 1010011 0 0 1101 10110100 1001001 110011

Color Harmonies of #25DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DDDC

Black with #25DDDC

Text Example


Text Example

White with #25DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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