Html Css Color HEX #05EFE2 Bright Turquoise

📋 copy color: '#05EFE2'

red 5 ◦ green 239 ◦ blue 226

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

Shades of Bright Turquoise #05EFE2

Tints of Bright Turquoise #05EFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.09%

R = 1.06%
G = 50.85%
B = 48.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#05EFE2 (or 0x05EFE2) is known color: Bright Turquoise. HEX triplet: 05, EF and E2. RGB value is (5,239,226). Sum of RGB (Red+Green+Blue) = 5+239+226=470 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 226 (88.67% from 255 or 48.09% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #05EFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EFE2 is #FA101D. Grayscale: #A7A7A7. Windows color (decimal): -16388126 or 14872325. OLE color: 14872325.

HSL color Cylindrical-coordinate representation of color #05EFE2: hue angle of 176.67º 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 #05EFE2 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 239 226 -
CMYK 0.98 0 0.05 0.06
HSL 176.67º 0.96% 0.48% -
HSV(B) 176.67º 0.98% 0.94% -
XYZ 44.66 67.26 82.58 -
YUV 167.55 160.98 12.06 -
System Red Green Blue C M Y K H S L
Decimal 5 239 226 0.98 0 0.05 0.06 176.67 0.96 0.48
Hex 5 EF E2 62 0 5 6 B1 60 30
Octal 5 357 342 142 0 5 6 261 140 60
Binary 101 11101111 11100010 1100010 0 101 110 10110001 1100000 110000

Color Harmonies of #05EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EFE2

Black with #05EFE2

Text Example


Text Example

White with #05EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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