Html Css Color HEX #05EFC1 Bright Turquoise

📋 copy color: '#05EFC1'

red 5 ◦ green 239 ◦ blue 193

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

Shades of Bright Turquoise #05EFC1

Tints of Bright Turquoise #05EFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 1.14%
G = 54.69%
B = 44.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#05EFC1 (or 0x05EFC1) is known color: Bright Turquoise. HEX triplet: 05, EF and C1. RGB value is (5,239,193). Sum of RGB (Red+Green+Blue) = 5+239+193=437 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #05EFC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EFC1 is #FA103E. Grayscale: #A3A3A3. Windows color (decimal): -16388159 or 12709637. OLE color: 12709637.

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

Color convert

RGB 5 239 193 -
CMYK 0.98 0 0.19 0.06
HSL 168.21º 0.96% 0.48% -
HSV(B) 168.21º 0.98% 0.94% -
XYZ 40.55 65.62 60.98 -
YUV 163.79 144.48 14.74 -
System Red Green Blue C M Y K H S L
Decimal 5 239 193 0.98 0 0.19 0.06 168.21 0.96 0.48
Hex 5 EF C1 62 0 13 6 A8 60 30
Octal 5 357 301 142 0 23 6 250 140 60
Binary 101 11101111 11000001 1100010 0 10011 110 10101000 1100000 110000

Color Harmonies of #05EFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EFC1

Black with #05EFC1

Text Example


Text Example

White with #05EFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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