Html Css Color HEX #28EFE5 Bright Turquoise

📋 copy color: '#28EFE5'

red 40 ◦ green 239 ◦ blue 229

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

Shades of Bright Turquoise #28EFE5

Tints of Bright Turquoise #28EFE5

RGB

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

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

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

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

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#28EFE5 (or 0x28EFE5) is known color: Bright Turquoise. HEX triplet: 28, EF and E5. RGB value is (40,239,229). Sum of RGB (Red+Green+Blue) = 40+239+229=508 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.87% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFE5 is #D7101A. Grayscale: #B2B2B2. Windows color (decimal): -14094363 or 15068968. OLE color: 15068968.

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

Color convert

RGB 40 239 229 -
CMYK 0.83 0 0.04 0.06
HSL 176.98º 0.86% 0.55% -
HSV(B) 176.98º 0.83% 0.94% -
XYZ 45.88 67.84 84.81 -
YUV 178.36 156.57 29.31 -
System Red Green Blue C M Y K H S L
Decimal 40 239 229 0.83 0 0.04 0.06 176.98 0.86 0.55
Hex 28 EF E5 53 0 4 6 B1 56 37
Octal 50 357 345 123 0 4 6 261 126 67
Binary 101000 11101111 11100101 1010011 0 100 110 10110001 1010110 110111

Color Harmonies of #28EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EFE5

Black with #28EFE5

Text Example


Text Example

White with #28EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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