Html Css Color HEX #06E9BA Bright Turquoise

📋 copy color: '#06E9BA'

red 6 ◦ green 233 ◦ blue 186

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

Shades of Bright Turquoise #06E9BA

Tints of Bright Turquoise #06E9BA

RGB

 RED value IS 6 (2.73% from 255) = 1.41%

 GREEN value IS 233 (91.41% from 255) = 54.82%

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 1.41%
G = 54.82%
B = 43.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#06E9BA (or 0x06E9BA) is known color: Bright Turquoise. HEX triplet: 06, E9 and BA. RGB value is (6,233,186). Sum of RGB (Red+Green+Blue) = 6+233+186=425 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #06E9BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06E9BA is #F91645. Grayscale: #9F9F9F. Windows color (decimal): -16324166 or 12249350. OLE color: 12249350.

HSL color Cylindrical-coordinate representation of color #06E9BA: hue angle of 167.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E9BA is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 233 186 -
CMYK 0.97 0 0.20 0.09
HSL 167.58º 0.95% 0.47% -
HSV(B) 167.58º 0.97% 0.91% -
XYZ 38.08 61.86 56.39 -
YUV 159.77 142.79 18.32 -
System Red Green Blue C M Y K H S L
Decimal 6 233 186 0.97 0 0.20 0.09 167.58 0.95 0.47
Hex 6 E9 BA 61 0 14 9 A8 5F 2F
Octal 6 351 272 141 0 24 11 250 137 57
Binary 110 11101001 10111010 1100001 0 10100 1001 10101000 1011111 101111

Color Harmonies of #06E9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E9BA

Black with #06E9BA

Text Example


Text Example

White with #06E9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06E9BA; }

 p { color: rgb(6,233,186); }

 H1.HeaderClassName
 {
   color: #06E9BA;
 }
 .AnyTagClassName
 {
   color: #06E9BA;
 }
</style>

background-color css

<style>
 a { background-color: #06E9BA; }

 a { background-color: rgb(6,233,186); }

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

border-color css

<style>
 span { border-color: #06E9BA; }

 span { border-color: rgb(6,233,186); }

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