Html Css Color HEX #28E8B4 Turquoise

📋 copy color: '#28E8B4'

red 40 ◦ green 232 ◦ blue 180

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

Shades of Turquoise #28E8B4

Tints of Turquoise #28E8B4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.33%

 BLUE value IS 180 (70.7% from 255) = 39.82%

R = 8.85%
G = 51.33%
B = 39.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#28E8B4 (or 0x28E8B4) is known color: Turquoise. HEX triplet: 28, E8 and B4. RGB value is (40,232,180). Sum of RGB (Red+Green+Blue) = 40+232+180=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #28E8B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E8B4 is #D7174B. Grayscale: #A8A8A8. Windows color (decimal): -14096204 or 11855912. OLE color: 11855912.

HSL color Cylindrical-coordinate representation of color #28E8B4: hue angle of 163.75º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E8B4 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 40 232 180 -
CMYK 0.83 0 0.22 0.09
HSL 163.75º 0.81% 0.53% -
HSV(B) 163.75º 0.83% 0.91% -
XYZ 37.97 61.46 53.04 -
YUV 168.66 134.39 36.23 -
System Red Green Blue C M Y K H S L
Decimal 40 232 180 0.83 0 0.22 0.09 163.75 0.81 0.53
Hex 28 E8 B4 53 0 16 9 A4 51 35
Octal 50 350 264 123 0 26 11 244 121 65
Binary 101000 11101000 10110100 1010011 0 10110 1001 10100100 1010001 110101

Color Harmonies of #28E8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E8B4

Black with #28E8B4

Text Example


Text Example

White with #28E8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,232,180); }

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

background-color css

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

 a { background-color: rgb(40,232,180); }

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

border-color css

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

 span { border-color: rgb(40,232,180); }

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