Html Css Color HEX #06EACE Bright Turquoise

📋 copy color: '#06EACE'

red 6 ◦ green 234 ◦ blue 206

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

Shades of Bright Turquoise #06EACE

Tints of Bright Turquoise #06EACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.47%

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 1.35%
G = 52.47%
B = 46.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#06EACE (or 0x06EACE) is known color: Bright Turquoise. HEX triplet: 06, EA and CE. RGB value is (6,234,206). Sum of RGB (Red+Green+Blue) = 6+234+206=446 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #06EACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EACE is #F91531. Grayscale: #A2A2A2. Windows color (decimal): -16323890 or 13560326. OLE color: 13560326.

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

Color convert

RGB 6 234 206 -
CMYK 0.97 0 0.12 0.08
HSL 172.63º 0.95% 0.47% -
HSV(B) 172.63º 0.97% 0.92% -
XYZ 40.64 63.34 68.48 -
YUV 162.64 152.46 16.28 -
System Red Green Blue C M Y K H S L
Decimal 6 234 206 0.97 0 0.12 0.08 172.63 0.95 0.47
Hex 6 EA CE 61 0 C 8 AD 5F 2F
Octal 6 352 316 141 0 14 10 255 137 57
Binary 110 11101010 11001110 1100001 0 1100 1000 10101101 1011111 101111

Color Harmonies of #06EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EACE

Black with #06EACE

Text Example


Text Example

White with #06EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,234,206); }

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

background-color css

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

 a { background-color: rgb(6,234,206); }

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

border-color css

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

 span { border-color: rgb(6,234,206); }

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