Html Css Color HEX #28DDDC Turquoise

📋 copy color: '#28DDDC'

red 40 ◦ green 221 ◦ blue 220

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

Shades of Turquoise #28DDDC

Tints of Turquoise #28DDDC

RGB

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

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

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

R = 8.32%
G = 45.95%
B = 45.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#28DDDC (or 0x28DDDC) is known color: Turquoise. HEX triplet: 28, DD and DC. RGB value is (40,221,220). Sum of RGB (Red+Green+Blue) = 40+221+220=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDDC is #D72223. Grayscale: #A6A6A6. Windows color (decimal): -14098980 or 14474536. OLE color: 14474536.

HSL color Cylindrical-coordinate representation of color #28DDDC: 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.82%. Process color model (Four color, CMYK) of #28DDDC is Cyan = 0.82, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 221 220 -
CMYK 0.82 0 0.00 0.13
HSL 179.67º 0.73% 0.51% -
HSV(B) 179.67º 0.82% 0.87% -
XYZ 39.65 57.33 76.69 -
YUV 166.77 158.03 37.58 -
System Red Green Blue C M Y K H S L
Decimal 40 221 220 0.82 0 0.00 0.13 179.67 0.73 0.51
Hex 28 DD DC 52 0 0 D B4 49 33
Octal 50 335 334 122 0 0 15 264 111 63
Binary 101000 11011101 11011100 1010010 0 0 1101 10110100 1001001 110011

Color Harmonies of #28DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DDDC

Black with #28DDDC

Text Example


Text Example

White with #28DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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