Html Css Color HEX #28E6D6 Turquoise

📋 copy color: '#28E6D6'

red 40 ◦ green 230 ◦ blue 214

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

Shades of Turquoise #28E6D6

Tints of Turquoise #28E6D6

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.52%

 BLUE value IS 214 (83.98% from 255) = 44.21%

R = 8.26%
G = 47.52%
B = 44.21%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#28E6D6 (or 0x28E6D6) is known color: Turquoise. HEX triplet: 28, E6 and D6. RGB value is (40,230,214). Sum of RGB (Red+Green+Blue) = 40+230+214=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #28E6D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E6D6 is #D71929. Grayscale: #ABABAB. Windows color (decimal): -14096682 or 14083624. OLE color: 14083624.

HSL color Cylindrical-coordinate representation of color #28E6D6: hue angle of 174.95º 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 #28E6D6 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 230 214 -
CMYK 0.83 0 0.07 0.10
HSL 174.95º 0.79% 0.53% -
HSV(B) 174.95º 0.83% 0.9% -
XYZ 41.31 61.9 73.39 -
YUV 171.37 152.05 34.3 -
System Red Green Blue C M Y K H S L
Decimal 40 230 214 0.83 0 0.07 0.10 174.95 0.79 0.53
Hex 28 E6 D6 53 0 7 A AF 4F 35
Octal 50 346 326 123 0 7 12 257 117 65
Binary 101000 11100110 11010110 1010011 0 111 1010 10101111 1001111 110101

Color Harmonies of #28E6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E6D6

Black with #28E6D6

Text Example


Text Example

White with #28E6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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