Html Css Color HEX #06ECC2 Bright Turquoise

📋 copy color: '#06ECC2'

red 6 ◦ green 236 ◦ blue 194

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

Shades of Bright Turquoise #06ECC2

Tints of Bright Turquoise #06ECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.13%

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

R = 1.38%
G = 54.13%
B = 44.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#06ECC2 (or 0x06ECC2) is known color: Bright Turquoise. HEX triplet: 06, EC and C2. RGB value is (6,236,194). Sum of RGB (Red+Green+Blue) = 6+236+194=436 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #06ECC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06ECC2 is #F9133D. Grayscale: #A2A2A2. Windows color (decimal): -16323390 or 12774406. OLE color: 12774406.

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

Color convert

RGB 6 236 194 -
CMYK 0.97 0 0.18 0.07
HSL 169.04º 0.95% 0.47% -
HSV(B) 169.04º 0.97% 0.93% -
XYZ 39.81 63.92 61.28 -
YUV 162.44 145.8 16.42 -
System Red Green Blue C M Y K H S L
Decimal 6 236 194 0.97 0 0.18 0.07 169.04 0.95 0.47
Hex 6 EC C2 61 0 12 7 A9 5F 2F
Octal 6 354 302 141 0 22 7 251 137 57
Binary 110 11101100 11000010 1100001 0 10010 111 10101001 1011111 101111

Color Harmonies of #06ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECC2

Black with #06ECC2

Text Example


Text Example

White with #06ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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