Html Css Color HEX #28DAE6 Turquoise

📋 copy color: '#28DAE6'

red 40 ◦ green 218 ◦ blue 230

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

Shades of Turquoise #28DAE6

Tints of Turquoise #28DAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.13%

R = 8.2%
G = 44.67%
B = 47.13%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#28DAE6 (or 0x28DAE6) is known color: Turquoise. HEX triplet: 28, DA and E6. RGB value is (40,218,230). Sum of RGB (Red+Green+Blue) = 40+218+230=488 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.20% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #28DAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DAE6 is #D72519. Grayscale: #A5A5A5. Windows color (decimal): -14099738 or 15129128. OLE color: 15129128.

HSL color Cylindrical-coordinate representation of color #28DAE6: hue angle of 183.79º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DAE6 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 218 230 -
CMYK 0.83 0.05 0 0.10
HSL 183.79º 0.79% 0.53% -
HSV(B) 183.79º 0.83% 0.9% -
XYZ 40.23 56.31 83.61 -
YUV 166.15 164.03 38.02 -
System Red Green Blue C M Y K H S L
Decimal 40 218 230 0.83 0.05 0 0.10 183.79 0.79 0.53
Hex 28 DA E6 53 5 0 A B8 4F 35
Octal 50 332 346 123 5 0 12 270 117 65
Binary 101000 11011010 11100110 1010011 101 0 1010 10111000 1001111 110101

Color Harmonies of #28DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DAE6

Black with #28DAE6

Text Example


Text Example

White with #28DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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