Html Css Color HEX #28DAB7 Turquoise

📋 copy color: '#28DAB7'

red 40 ◦ green 218 ◦ blue 183

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

Shades of Turquoise #28DAB7

Tints of Turquoise #28DAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 9.07%
G = 49.43%
B = 41.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#28DAB7 (or 0x28DAB7) is known color: Turquoise. HEX triplet: 28, DA and B7. RGB value is (40,218,183). Sum of RGB (Red+Green+Blue) = 40+218+183=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAB7 is #D72548. Grayscale: #A0A0A0. Windows color (decimal): -14099785 or 12048936. OLE color: 12048936.

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

Color convert

RGB 40 218 183 -
CMYK 0.82 0 0.16 0.15
HSL 168.2º 0.71% 0.51% -
HSV(B) 168.2º 0.82% 0.85% -
XYZ 34.49 54.01 53.41 -
YUV 160.79 140.53 41.85 -
System Red Green Blue C M Y K H S L
Decimal 40 218 183 0.82 0 0.16 0.15 168.2 0.71 0.51
Hex 28 DA B7 52 0 10 F A8 47 33
Octal 50 332 267 122 0 20 17 250 107 63
Binary 101000 11011010 10110111 1010010 0 10000 1111 10101000 1000111 110011

Color Harmonies of #28DAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DAB7

Black with #28DAB7

Text Example


Text Example

White with #28DAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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