Html Css Color HEX #25DDCC Turquoise

📋 copy color: '#25DDCC'

red 37 ◦ green 221 ◦ blue 204

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

Shades of Turquoise #25DDCC

Tints of Turquoise #25DDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 8.01%
G = 47.84%
B = 44.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#25DDCC (or 0x25DDCC) is known color: Turquoise. HEX triplet: 25, DD and CC. RGB value is (37,221,204). Sum of RGB (Red+Green+Blue) = 37+221+204=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDCC is #DA2233. Grayscale: #A3A3A3. Windows color (decimal): -14295604 or 13425957. OLE color: 13425957.

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

Color convert

RGB 37 221 204 -
CMYK 0.83 0 0.08 0.13
HSL 174.46º 0.73% 0.51% -
HSV(B) 174.46º 0.83% 0.87% -
XYZ 37.52 56.47 66.05 -
YUV 164.05 150.54 37.38 -
System Red Green Blue C M Y K H S L
Decimal 37 221 204 0.83 0 0.08 0.13 174.46 0.73 0.51
Hex 25 DD CC 53 0 8 D AE 49 33
Octal 45 335 314 123 0 10 15 256 111 63
Binary 100101 11011101 11001100 1010011 0 1000 1101 10101110 1001001 110011

Color Harmonies of #25DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DDCC

Black with #25DDCC

Text Example


Text Example

White with #25DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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