Html Css Color HEX #28EABB Turquoise

📋 copy color: '#28EABB'

red 40 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #28EABB

Tints of Turquoise #28EABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.76%

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 8.68%
G = 50.76%
B = 40.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#28EABB (or 0x28EABB) is known color: Turquoise. HEX triplet: 28, EA and BB. RGB value is (40,234,187). Sum of RGB (Red+Green+Blue) = 40+234+187=461 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.68% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #28EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EABB is #D71544. Grayscale: #AAAAAA. Windows color (decimal): -14095685 or 12315176. OLE color: 12315176.

HSL color Cylindrical-coordinate representation of color #28EABB: hue angle of 165.46º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EABB is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 234 187 -
CMYK 0.83 0 0.20 0.08
HSL 165.46º 0.82% 0.54% -
HSV(B) 165.46º 0.83% 0.92% -
XYZ 39.27 62.88 57.08 -
YUV 170.64 137.23 34.82 -
System Red Green Blue C M Y K H S L
Decimal 40 234 187 0.83 0 0.20 0.08 165.46 0.82 0.54
Hex 28 EA BB 53 0 14 8 A5 52 36
Octal 50 352 273 123 0 24 10 245 122 66
Binary 101000 11101010 10111011 1010011 0 10100 1000 10100101 1010010 110110

Color Harmonies of #28EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EABB

Black with #28EABB

Text Example


Text Example

White with #28EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,234,187); }

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

background-color css

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

 a { background-color: rgb(40,234,187); }

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

border-color css

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

 span { border-color: rgb(40,234,187); }

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