Html Css Color HEX #28E5EF Bright Turquoise

📋 copy color: '#28E5EF'

red 40 ◦ green 229 ◦ blue 239

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

Shades of Bright Turquoise #28E5EF

Tints of Bright Turquoise #28E5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.05%

R = 7.87%
G = 45.08%
B = 47.05%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#28E5EF (or 0x28E5EF) is known color: Bright Turquoise. HEX triplet: 28, E5 and EF. RGB value is (40,229,239). Sum of RGB (Red+Green+Blue) = 40+229+239=508 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.87% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #28E5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E5EF is #D71A10. Grayscale: #ADADAD. Windows color (decimal): -14096913 or 15721768. OLE color: 15721768.

HSL color Cylindrical-coordinate representation of color #28E5EF: hue angle of 183.02º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E5EF is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 229 239 -
CMYK 0.83 0.04 0 0.06
HSL 183.02º 0.86% 0.55% -
HSV(B) 183.02º 0.83% 0.94% -
XYZ 44.47 62.72 91.42 -
YUV 173.63 164.88 32.69 -
System Red Green Blue C M Y K H S L
Decimal 40 229 239 0.83 0.04 0 0.06 183.02 0.86 0.55
Hex 28 E5 EF 53 4 0 6 B7 56 37
Octal 50 345 357 123 4 0 6 267 126 67
Binary 101000 11100101 11101111 1010011 100 0 110 10110111 1010110 110111

Color Harmonies of #28E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E5EF

Black with #28E5EF

Text Example


Text Example

White with #28E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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