Html Css Color HEX #28E2BE Turquoise

📋 copy color: '#28E2BE'

red 40 ◦ green 226 ◦ blue 190

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

Shades of Turquoise #28E2BE

Tints of Turquoise #28E2BE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.56%

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 8.77%
G = 49.56%
B = 41.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#28E2BE (or 0x28E2BE) is known color: Turquoise. HEX triplet: 28, E2 and BE. RGB value is (40,226,190). Sum of RGB (Red+Green+Blue) = 40+226+190=456 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.77% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #28E2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E2BE is #D71D41. Grayscale: #A6A6A6. Windows color (decimal): -14097730 or 12509736. OLE color: 12509736.

HSL color Cylindrical-coordinate representation of color #28E2BE: hue angle of 168.39º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E2BE is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 40 226 190 -
CMYK 0.82 0 0.16 0.11
HSL 168.39º 0.76% 0.52% -
HSV(B) 168.39º 0.82% 0.89% -
XYZ 37.37 58.56 58.05 -
YUV 166.28 141.38 37.93 -
System Red Green Blue C M Y K H S L
Decimal 40 226 190 0.82 0 0.16 0.11 168.39 0.76 0.52
Hex 28 E2 BE 52 0 10 B A8 4C 34
Octal 50 342 276 122 0 20 13 250 114 64
Binary 101000 11100010 10111110 1010010 0 10000 1011 10101000 1001100 110100

Color Harmonies of #28E2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E2BE

Black with #28E2BE

Text Example


Text Example

White with #28E2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,226,190); }

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

background-color css

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

 a { background-color: rgb(40,226,190); }

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

border-color css

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

 span { border-color: rgb(40,226,190); }

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