Html Css Color HEX #28E5C4 Turquoise

📋 copy color: '#28E5C4'

red 40 ◦ green 229 ◦ blue 196

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

Shades of Turquoise #28E5C4

Tints of Turquoise #28E5C4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.25%

 BLUE value IS 196 (76.95% from 255) = 42.15%

R = 8.6%
G = 49.25%
B = 42.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#28E5C4 (or 0x28E5C4) is known color: Turquoise. HEX triplet: 28, E5 and C4. RGB value is (40,229,196). Sum of RGB (Red+Green+Blue) = 40+229+196=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #28E5C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E5C4 is #D71A3B. Grayscale: #A8A8A8. Windows color (decimal): -14096956 or 12903720. OLE color: 12903720.

HSL color Cylindrical-coordinate representation of color #28E5C4: hue angle of 169.52º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E5C4 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 229 196 -
CMYK 0.83 0 0.14 0.10
HSL 169.52º 0.78% 0.53% -
HSV(B) 169.52º 0.83% 0.9% -
XYZ 38.86 60.48 61.85 -
YUV 168.73 143.38 36.18 -
System Red Green Blue C M Y K H S L
Decimal 40 229 196 0.83 0 0.14 0.10 169.52 0.78 0.53
Hex 28 E5 C4 53 0 E A AA 4E 35
Octal 50 345 304 123 0 16 12 252 116 65
Binary 101000 11100101 11000100 1010011 0 1110 1010 10101010 1001110 110101

Color Harmonies of #28E5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E5C4

Black with #28E5C4

Text Example


Text Example

White with #28E5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,229,196); }

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

background-color css

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

 a { background-color: rgb(40,229,196); }

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

border-color css

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

 span { border-color: rgb(40,229,196); }

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