Html Css Color HEX #28DAD4 Turquoise

📋 copy color: '#28DAD4'

red 40 ◦ green 218 ◦ blue 212

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

Shades of Turquoise #28DAD4

Tints of Turquoise #28DAD4

RGB

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

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

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

R = 8.51%
G = 46.38%
B = 45.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#28DAD4 (or 0x28DAD4) is known color: Turquoise. HEX triplet: 28, DA and D4. RGB value is (40,218,212). Sum of RGB (Red+Green+Blue) = 40+218+212=470 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.51% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAD4 is #D7252B. Grayscale: #A3A3A3. Windows color (decimal): -14099756 or 13949480. OLE color: 13949480.

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

Color convert

RGB 40 218 212 -
CMYK 0.82 0 0.03 0.15
HSL 177.98º 0.71% 0.51% -
HSV(B) 177.98º 0.82% 0.85% -
XYZ 37.83 55.35 70.98 -
YUV 164.09 155.03 39.49 -
System Red Green Blue C M Y K H S L
Decimal 40 218 212 0.82 0 0.03 0.15 177.98 0.71 0.51
Hex 28 DA D4 52 0 3 F B2 47 33
Octal 50 332 324 122 0 3 17 262 107 63
Binary 101000 11011010 11010100 1010010 0 11 1111 10110010 1000111 110011

Color Harmonies of #28DAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DAD4

Black with #28DAD4

Text Example


Text Example

White with #28DAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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