Html Css Color HEX #28E6BA Turquoise

📋 copy color: '#28E6BA'

red 40 ◦ green 230 ◦ blue 186

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

Shades of Turquoise #28E6BA

Tints of Turquoise #28E6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 8.77%
G = 50.44%
B = 40.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#28E6BA (or 0x28E6BA) is known color: Turquoise. HEX triplet: 28, E6 and BA. RGB value is (40,230,186). Sum of RGB (Red+Green+Blue) = 40+230+186=456 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.77% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #28E6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E6BA is #D71945. Grayscale: #A8A8A8. Windows color (decimal): -14096710 or 12248616. OLE color: 12248616.

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

Color convert

RGB 40 230 186 -
CMYK 0.83 0 0.19 0.10
HSL 166.11º 0.79% 0.53% -
HSV(B) 166.11º 0.83% 0.9% -
XYZ 38.03 60.59 56.14 -
YUV 168.17 138.05 36.58 -
System Red Green Blue C M Y K H S L
Decimal 40 230 186 0.83 0 0.19 0.10 166.11 0.79 0.53
Hex 28 E6 BA 53 0 13 A A6 4F 35
Octal 50 346 272 123 0 23 12 246 117 65
Binary 101000 11100110 10111010 1010011 0 10011 1010 10100110 1001111 110101

Color Harmonies of #28E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E6BA

Black with #28E6BA

Text Example


Text Example

White with #28E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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