Html Css Color HEX #28DAD5 Turquoise

📋 copy color: '#28DAD5'

red 40 ◦ green 218 ◦ blue 213

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

Shades of Turquoise #28DAD5

Tints of Turquoise #28DAD5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.28%

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 8.49%
G = 46.28%
B = 45.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#28DAD5 (or 0x28DAD5) is known color: Turquoise. HEX triplet: 28, DA and D5. RGB value is (40,218,213). Sum of RGB (Red+Green+Blue) = 40+218+213=471 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.49% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAD5 is #D7252A. Grayscale: #A4A4A4. Windows color (decimal): -14099755 or 14015016. OLE color: 14015016.

HSL color Cylindrical-coordinate representation of color #28DAD5: hue angle of 178.31º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DAD5 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 218 213 -
CMYK 0.82 0 0.02 0.15
HSL 178.31º 0.71% 0.51% -
HSV(B) 178.31º 0.82% 0.85% -
XYZ 37.96 55.4 71.64 -
YUV 164.21 155.53 39.41 -
System Red Green Blue C M Y K H S L
Decimal 40 218 213 0.82 0 0.02 0.15 178.31 0.71 0.51
Hex 28 DA D5 52 0 2 F B2 47 33
Octal 50 332 325 122 0 2 17 262 107 63
Binary 101000 11011010 11010101 1010010 0 10 1111 10110010 1000111 110011

Color Harmonies of #28DAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DAD5

Black with #28DAD5

Text Example


Text Example

White with #28DAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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