Html Css Color HEX #28DDD4 Turquoise

📋 copy color: '#28DDD4'

red 40 ◦ green 221 ◦ blue 212

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

Shades of Turquoise #28DDD4

Tints of Turquoise #28DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.82%

R = 8.46%
G = 46.72%
B = 44.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#28DDD4 (or 0x28DDD4) is known color: Turquoise. HEX triplet: 28, DD and D4. RGB value is (40,221,212). Sum of RGB (Red+Green+Blue) = 40+221+212=473 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.46% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDD4 is #D7222B. Grayscale: #A5A5A5. Windows color (decimal): -14098988 or 13950248. OLE color: 13950248.

HSL color Cylindrical-coordinate representation of color #28DDD4: hue angle of 177.02º 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 #28DDD4 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 221 212 -
CMYK 0.82 0 0.04 0.13
HSL 177.02º 0.73% 0.51% -
HSV(B) 177.02º 0.82% 0.87% -
XYZ 38.62 56.92 71.24 -
YUV 165.86 154.03 38.23 -
System Red Green Blue C M Y K H S L
Decimal 40 221 212 0.82 0 0.04 0.13 177.02 0.73 0.51
Hex 28 DD D4 52 0 4 D B1 49 33
Octal 50 335 324 122 0 4 15 261 111 63
Binary 101000 11011101 11010100 1010010 0 100 1101 10110001 1001001 110011

Color Harmonies of #28DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DDD4

Black with #28DDD4

Text Example


Text Example

White with #28DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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