Html Css Color HEX #28EAC1 Turquoise

📋 copy color: '#28EAC1'

red 40 ◦ green 234 ◦ blue 193

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

Shades of Turquoise #28EAC1

Tints of Turquoise #28EAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 8.57%
G = 50.11%
B = 41.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#28EAC1 (or 0x28EAC1) is known color: Turquoise. HEX triplet: 28, EA and C1. RGB value is (40,234,193). Sum of RGB (Red+Green+Blue) = 40+234+193=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #28EAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EAC1 is #D7153E. Grayscale: #ABABAB. Windows color (decimal): -14095679 or 12708392. OLE color: 12708392.

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

Color convert

RGB 40 234 193 -
CMYK 0.83 0 0.18 0.08
HSL 167.32º 0.82% 0.54% -
HSV(B) 167.32º 0.83% 0.92% -
XYZ 39.92 63.15 60.54 -
YUV 171.32 140.23 34.33 -
System Red Green Blue C M Y K H S L
Decimal 40 234 193 0.83 0 0.18 0.08 167.32 0.82 0.54
Hex 28 EA C1 53 0 12 8 A7 52 36
Octal 50 352 301 123 0 22 10 247 122 66
Binary 101000 11101010 11000001 1010011 0 10010 1000 10100111 1010010 110110

Color Harmonies of #28EAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EAC1

Black with #28EAC1

Text Example


Text Example

White with #28EAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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