Html Css Color HEX #05EBBF Bright Turquoise

📋 copy color: '#05EBBF'

red 5 ◦ green 235 ◦ blue 191

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

Shades of Bright Turquoise #05EBBF

Tints of Bright Turquoise #05EBBF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.52%

 BLUE value IS 191 (75% from 255) = 44.32%

R = 1.16%
G = 54.52%
B = 44.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#05EBBF (or 0x05EBBF) is known color: Bright Turquoise. HEX triplet: 05, EB and BF. RGB value is (5,235,191). Sum of RGB (Red+Green+Blue) = 5+235+191=431 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 431); Green value is 235 (92.19% from 255 or 54.52% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 235 - color contains mainly: green. Hex color #05EBBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EBBF is #FA1440. Grayscale: #A1A1A1. Windows color (decimal): -16389185 or 12577541. OLE color: 12577541.

HSL color Cylindrical-coordinate representation of color #05EBBF: hue angle of 168.52º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EBBF is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 235 191 -
CMYK 0.98 0 0.19 0.08
HSL 168.52º 0.96% 0.47% -
HSV(B) 168.52º 0.98% 0.92% -
XYZ 39.17 63.21 59.43 -
YUV 161.21 144.8 16.58 -
System Red Green Blue C M Y K H S L
Decimal 5 235 191 0.98 0 0.19 0.08 168.52 0.96 0.47
Hex 5 EB BF 62 0 13 8 A9 60 2F
Octal 5 353 277 142 0 23 10 251 140 57
Binary 101 11101011 10111111 1100010 0 10011 1000 10101001 1100000 101111

Color Harmonies of #05EBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EBBF

Black with #05EBBF

Text Example


Text Example

White with #05EBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,235,191); }

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

background-color css

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

 a { background-color: rgb(5,235,191); }

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

border-color css

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

 span { border-color: rgb(5,235,191); }

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