Html Css Color HEX #06EBC2 Bright Turquoise

📋 copy color: '#06EBC2'

red 6 ◦ green 235 ◦ blue 194

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

Shades of Bright Turquoise #06EBC2

Tints of Bright Turquoise #06EBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.02%

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

R = 1.38%
G = 54.02%
B = 44.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#06EBC2 (or 0x06EBC2) is known color: Bright Turquoise. HEX triplet: 06, EB and C2. RGB value is (6,235,194). Sum of RGB (Red+Green+Blue) = 6+235+194=435 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #06EBC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EBC2 is #F9143D. Grayscale: #A1A1A1. Windows color (decimal): -16323646 or 12774150. OLE color: 12774150.

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

Color convert

RGB 6 235 194 -
CMYK 0.97 0 0.17 0.08
HSL 169.26º 0.95% 0.47% -
HSV(B) 169.26º 0.97% 0.92% -
XYZ 39.52 63.35 61.18 -
YUV 161.86 146.13 16.83 -
System Red Green Blue C M Y K H S L
Decimal 6 235 194 0.97 0 0.17 0.08 169.26 0.95 0.47
Hex 6 EB C2 61 0 11 8 A9 5F 2F
Octal 6 353 302 141 0 21 10 251 137 57
Binary 110 11101011 11000010 1100001 0 10001 1000 10101001 1011111 101111

Color Harmonies of #06EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EBC2

Black with #06EBC2

Text Example


Text Example

White with #06EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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