Html Css Color HEX #06EABD Bright Turquoise

📋 copy color: '#06EABD'

red 6 ◦ green 234 ◦ blue 189

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

Shades of Bright Turquoise #06EABD

Tints of Bright Turquoise #06EABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 1.4%
G = 54.55%
B = 44.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#06EABD (or 0x06EABD) is known color: Bright Turquoise. HEX triplet: 06, EA and BD. RGB value is (6,234,189). Sum of RGB (Red+Green+Blue) = 6+234+189=429 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 429); Green value is 234 (91.80% from 255 or 54.55% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 234 - color contains mainly: green. Hex color #06EABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EABD is #F91542. Grayscale: #A0A0A0. Windows color (decimal): -16323907 or 12446214. OLE color: 12446214.

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

Color convert

RGB 6 234 189 -
CMYK 0.97 0 0.19 0.08
HSL 168.16º 0.95% 0.47% -
HSV(B) 168.16º 0.97% 0.92% -
XYZ 38.68 62.56 58.18 -
YUV 160.7 143.96 17.66 -
System Red Green Blue C M Y K H S L
Decimal 6 234 189 0.97 0 0.19 0.08 168.16 0.95 0.47
Hex 6 EA BD 61 0 13 8 A8 5F 2F
Octal 6 352 275 141 0 23 10 250 137 57
Binary 110 11101010 10111101 1100001 0 10011 1000 10101000 1011111 101111

Color Harmonies of #06EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EABD

Black with #06EABD

Text Example


Text Example

White with #06EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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