Html Css Color HEX #28DDCC Turquoise

📋 copy color: '#28DDCC'

red 40 ◦ green 221 ◦ blue 204

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

Shades of Turquoise #28DDCC

Tints of Turquoise #28DDCC

RGB

 RED value IS 40 (16.02% from 255) = 8.6%

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

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

R = 8.6%
G = 47.53%
B = 43.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#28DDCC (or 0x28DDCC) is known color: Turquoise. HEX triplet: 28, DD and CC. RGB value is (40,221,204). Sum of RGB (Red+Green+Blue) = 40+221+204=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDCC is #D72233. Grayscale: #A4A4A4. Windows color (decimal): -14098996 or 13425960. OLE color: 13425960.

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

Color convert

RGB 40 221 204 -
CMYK 0.82 0 0.08 0.13
HSL 174.36º 0.73% 0.51% -
HSV(B) 174.36º 0.82% 0.87% -
XYZ 37.63 56.52 66.05 -
YUV 164.94 150.03 38.88 -
System Red Green Blue C M Y K H S L
Decimal 40 221 204 0.82 0 0.08 0.13 174.36 0.73 0.51
Hex 28 DD CC 52 0 8 D AE 49 33
Octal 50 335 314 122 0 10 15 256 111 63
Binary 101000 11011101 11001100 1010010 0 1000 1101 10101110 1001001 110011

Color Harmonies of #28DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DDCC

Black with #28DDCC

Text Example


Text Example

White with #28DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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