Html Css Color HEX #28D4DC Turquoise

📋 copy color: '#28D4DC'

red 40 ◦ green 212 ◦ blue 220

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

Shades of Turquoise #28D4DC

Tints of Turquoise #28D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.92%

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

R = 8.47%
G = 44.92%
B = 46.61%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28D4DC (or 0x28D4DC) is known color: Turquoise. HEX triplet: 28, D4 and DC. RGB value is (40,212,220). Sum of RGB (Red+Green+Blue) = 40+212+220=472 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.47% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #28D4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D4DC is #D72B23. Grayscale: #A1A1A1. Windows color (decimal): -14101284 or 14472232. OLE color: 14472232.

HSL color Cylindrical-coordinate representation of color #28D4DC: hue angle of 182.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D4DC is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 212 220 -
CMYK 0.82 0.04 0 0.14
HSL 182.67º 0.72% 0.51% -
HSV(B) 182.67º 0.82% 0.86% -
XYZ 37.34 52.71 75.92 -
YUV 161.48 161.02 41.35 -
System Red Green Blue C M Y K H S L
Decimal 40 212 220 0.82 0.04 0 0.14 182.67 0.72 0.51
Hex 28 D4 DC 52 4 0 E B7 48 33
Octal 50 324 334 122 4 0 16 267 110 63
Binary 101000 11010100 11011100 1010010 100 0 1110 10110111 1001000 110011

Color Harmonies of #28D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D4DC

Black with #28D4DC

Text Example


Text Example

White with #28D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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