Html Css Color HEX #28DBC2 Turquoise

📋 copy color: '#28DBC2'

red 40 ◦ green 219 ◦ blue 194

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

Shades of Turquoise #28DBC2

Tints of Turquoise #28DBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.34%

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 8.83%
G = 48.34%
B = 42.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#28DBC2 (or 0x28DBC2) is known color: Turquoise. HEX triplet: 28, DB and C2. RGB value is (40,219,194). Sum of RGB (Red+Green+Blue) = 40+219+194=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBC2 is #D7243D. Grayscale: #A2A2A2. Windows color (decimal): -14099518 or 12770088. OLE color: 12770088.

HSL color Cylindrical-coordinate representation of color #28DBC2: hue angle of 171.62º degrees, saturation: 0.71, 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 #28DBC2 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 219 194 -
CMYK 0.82 0 0.11 0.14
HSL 171.62º 0.71% 0.51% -
HSV(B) 171.62º 0.82% 0.86% -
XYZ 35.94 55.01 59.76 -
YUV 162.63 145.7 40.53 -
System Red Green Blue C M Y K H S L
Decimal 40 219 194 0.82 0 0.11 0.14 171.62 0.71 0.51
Hex 28 DB C2 52 0 B E AC 47 33
Octal 50 333 302 122 0 13 16 254 107 63
Binary 101000 11011011 11000010 1010010 0 1011 1110 10101100 1000111 110011

Color Harmonies of #28DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DBC2

Black with #28DBC2

Text Example


Text Example

White with #28DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,219,194); }

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

background-color css

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

 a { background-color: rgb(40,219,194); }

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

border-color css

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

 span { border-color: rgb(40,219,194); }

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