Html Css Color HEX #25DDCD Turquoise

📋 copy color: '#25DDCD'

red 37 ◦ green 221 ◦ blue 205

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

Shades of Turquoise #25DDCD

Tints of Turquoise #25DDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 7.99%
G = 47.73%
B = 44.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#25DDCD (or 0x25DDCD) is known color: Turquoise. HEX triplet: 25, DD and CD. RGB value is (37,221,205). Sum of RGB (Red+Green+Blue) = 37+221+205=463 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.99% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDCD is #DA2232. Grayscale: #A4A4A4. Windows color (decimal): -14295603 or 13491493. OLE color: 13491493.

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

Color convert

RGB 37 221 205 -
CMYK 0.83 0 0.07 0.13
HSL 174.78º 0.73% 0.51% -
HSV(B) 174.78º 0.83% 0.87% -
XYZ 37.64 56.51 66.68 -
YUV 164.16 151.04 37.3 -
System Red Green Blue C M Y K H S L
Decimal 37 221 205 0.83 0 0.07 0.13 174.78 0.73 0.51
Hex 25 DD CD 53 0 7 D AF 49 33
Octal 45 335 315 123 0 7 15 257 111 63
Binary 100101 11011101 11001101 1010011 0 111 1101 10101111 1001001 110011

Color Harmonies of #25DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DDCD

Black with #25DDCD

Text Example


Text Example

White with #25DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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