Html Css Color HEX #05EFE5 Bright Turquoise

📋 copy color: '#05EFE5'

red 5 ◦ green 239 ◦ blue 229

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

Shades of Bright Turquoise #05EFE5

Tints of Bright Turquoise #05EFE5

RGB

 RED value IS 5 (2.34% from 255) = 1.06%

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

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

R = 1.06%
G = 50.53%
B = 48.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#05EFE5 (or 0x05EFE5) is known color: Bright Turquoise. HEX triplet: 05, EF and E5. RGB value is (5,239,229). Sum of RGB (Red+Green+Blue) = 5+239+229=473 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #05EFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EFE5 is #FA101A. Grayscale: #A7A7A7. Windows color (decimal): -16388123 or 15068933. OLE color: 15068933.

HSL color Cylindrical-coordinate representation of color #05EFE5: hue angle of 177.44º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EFE5 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 239 229 -
CMYK 0.98 0 0.04 0.06
HSL 177.44º 0.96% 0.48% -
HSV(B) 177.44º 0.98% 0.94% -
XYZ 45.07 67.42 84.77 -
YUV 167.89 162.48 11.81 -
System Red Green Blue C M Y K H S L
Decimal 5 239 229 0.98 0 0.04 0.06 177.44 0.96 0.48
Hex 5 EF E5 62 0 4 6 B1 60 30
Octal 5 357 345 142 0 4 6 261 140 60
Binary 101 11101111 11100101 1100010 0 100 110 10110001 1100000 110000

Color Harmonies of #05EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EFE5

Black with #05EFE5

Text Example


Text Example

White with #05EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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