Html Css Color HEX #06E5C2 Bright Turquoise

📋 copy color: '#06E5C2'

red 6 ◦ green 229 ◦ blue 194

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

Shades of Bright Turquoise #06E5C2

Tints of Bright Turquoise #06E5C2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 53.38%

 BLUE value IS 194 (76.17% from 255) = 45.22%

R = 1.4%
G = 53.38%
B = 45.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#06E5C2 (or 0x06E5C2) is known color: Bright Turquoise. HEX triplet: 06, E5 and C2. RGB value is (6,229,194). Sum of RGB (Red+Green+Blue) = 6+229+194=429 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 429); Green value is 229 (89.84% from 255 or 53.38% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 229 - color contains mainly: green. Hex color #06E5C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06E5C2 is #F91A3D. Grayscale: #9E9E9E. Windows color (decimal): -16325182 or 12772614. OLE color: 12772614.

HSL color Cylindrical-coordinate representation of color #06E5C2: hue angle of 170.58º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E5C2 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 6 229 194 -
CMYK 0.97 0 0.15 0.10
HSL 170.58º 0.95% 0.46% -
HSV(B) 170.58º 0.97% 0.9% -
XYZ 37.83 59.97 60.62 -
YUV 158.33 148.12 19.35 -
System Red Green Blue C M Y K H S L
Decimal 6 229 194 0.97 0 0.15 0.10 170.58 0.95 0.46
Hex 6 E5 C2 61 0 F A AB 5F 2E
Octal 6 345 302 141 0 17 12 253 137 56
Binary 110 11100101 11000010 1100001 0 1111 1010 10101011 1011111 101110

Color Harmonies of #06E5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E5C2

Black with #06E5C2

Text Example


Text Example

White with #06E5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,229,194); }

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

background-color css

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

 a { background-color: rgb(6,229,194); }

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

border-color css

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

 span { border-color: rgb(6,229,194); }

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