Html Css Color HEX #28DBDA Turquoise

📋 copy color: '#28DBDA'

red 40 ◦ green 219 ◦ blue 218

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

Shades of Turquoise #28DBDA

Tints of Turquoise #28DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 8.39%
G = 45.91%
B = 45.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#28DBDA (or 0x28DBDA) is known color: Turquoise. HEX triplet: 28, DB and DA. RGB value is (40,219,218). Sum of RGB (Red+Green+Blue) = 40+219+218=477 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.39% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBDA is #D72425. Grayscale: #A5A5A5. Windows color (decimal): -14099494 or 14342952. OLE color: 14342952.

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

Color convert

RGB 40 219 218 -
CMYK 0.82 0 0.00 0.14
HSL 179.66º 0.71% 0.51% -
HSV(B) 179.66º 0.82% 0.86% -
XYZ 38.86 56.18 75.12 -
YUV 165.37 157.7 38.58 -
System Red Green Blue C M Y K H S L
Decimal 40 219 218 0.82 0 0.00 0.14 179.66 0.71 0.51
Hex 28 DB DA 52 0 0 E B4 47 33
Octal 50 333 332 122 0 0 16 264 107 63
Binary 101000 11011011 11011010 1010010 0 0 1110 10110100 1000111 110011

Color Harmonies of #28DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DBDA

Black with #28DBDA

Text Example


Text Example

White with #28DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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