Html Css Color HEX #28E1BC Turquoise

📋 copy color: '#28E1BC'

red 40 ◦ green 225 ◦ blue 188

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

Shades of Turquoise #28E1BC

Tints of Turquoise #28E1BC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.67%

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 8.83%
G = 49.67%
B = 41.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#28E1BC (or 0x28E1BC) is known color: Turquoise. HEX triplet: 28, E1 and BC. RGB value is (40,225,188). Sum of RGB (Red+Green+Blue) = 40+225+188=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #28E1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E1BC is #D71E43. Grayscale: #A5A5A5. Windows color (decimal): -14097988 or 12378408. OLE color: 12378408.

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

Color convert

RGB 40 225 188 -
CMYK 0.82 0 0.16 0.12
HSL 168º 0.76% 0.52% -
HSV(B) 168º 0.82% 0.88% -
XYZ 36.88 57.93 56.82 -
YUV 165.47 140.71 38.51 -
System Red Green Blue C M Y K H S L
Decimal 40 225 188 0.82 0 0.16 0.12 168 0.76 0.52
Hex 28 E1 BC 52 0 10 C A8 4C 34
Octal 50 341 274 122 0 20 14 250 114 64
Binary 101000 11100001 10111100 1010010 0 10000 1100 10101000 1001100 110100

Color Harmonies of #28E1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E1BC

Black with #28E1BC

Text Example


Text Example

White with #28E1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,225,188); }

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

background-color css

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

 a { background-color: rgb(40,225,188); }

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

border-color css

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

 span { border-color: rgb(40,225,188); }

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