Html Css Color HEX #28DBD4 Turquoise

📋 copy color: '#28DBD4'

red 40 ◦ green 219 ◦ blue 212

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

Shades of Turquoise #28DBD4

Tints of Turquoise #28DBD4

RGB

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

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

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

R = 8.49%
G = 46.5%
B = 45.01%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#28DBD4 (or 0x28DBD4) is known color: Turquoise. HEX triplet: 28, DB and D4. RGB value is (40,219,212). Sum of RGB (Red+Green+Blue) = 40+219+212=471 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.49% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBD4 is #D7242B. Grayscale: #A4A4A4. Windows color (decimal): -14099500 or 13949736. OLE color: 13949736.

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

Color convert

RGB 40 219 212 -
CMYK 0.82 0 0.03 0.14
HSL 177.65º 0.71% 0.51% -
HSV(B) 177.65º 0.82% 0.86% -
XYZ 38.09 55.87 71.06 -
YUV 164.68 154.7 39.07 -
System Red Green Blue C M Y K H S L
Decimal 40 219 212 0.82 0 0.03 0.14 177.65 0.71 0.51
Hex 28 DB D4 52 0 3 E B2 47 33
Octal 50 333 324 122 0 3 16 262 107 63
Binary 101000 11011011 11010100 1010010 0 11 1110 10110010 1000111 110011

Color Harmonies of #28DBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DBD4

Black with #28DBD4

Text Example


Text Example

White with #28DBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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