Html Css Color HEX #06EACB Bright Turquoise

📋 copy color: '#06EACB'

red 6 ◦ green 234 ◦ blue 203

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

Shades of Bright Turquoise #06EACB

Tints of Bright Turquoise #06EACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 1.35%
G = 52.82%
B = 45.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#06EACB (or 0x06EACB) is known color: Bright Turquoise. HEX triplet: 06, EA and CB. RGB value is (6,234,203). Sum of RGB (Red+Green+Blue) = 6+234+203=443 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #06EACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EACB is #F91534. Grayscale: #A2A2A2. Windows color (decimal): -16323893 or 13363718. OLE color: 13363718.

HSL color Cylindrical-coordinate representation of color #06EACB: hue angle of 171.84º 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 #06EACB is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 234 203 -
CMYK 0.97 0 0.13 0.08
HSL 171.84º 0.95% 0.47% -
HSV(B) 171.84º 0.97% 0.92% -
XYZ 40.28 63.2 66.58 -
YUV 162.29 150.96 16.52 -
System Red Green Blue C M Y K H S L
Decimal 6 234 203 0.97 0 0.13 0.08 171.84 0.95 0.47
Hex 6 EA CB 61 0 D 8 AC 5F 2F
Octal 6 352 313 141 0 15 10 254 137 57
Binary 110 11101010 11001011 1100001 0 1101 1000 10101100 1011111 101111

Color Harmonies of #06EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EACB

Black with #06EACB

Text Example


Text Example

White with #06EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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