Html Css Color HEX #06ECE2 Bright Turquoise

📋 copy color: '#06ECE2'

red 6 ◦ green 236 ◦ blue 226

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

Shades of Bright Turquoise #06ECE2

Tints of Bright Turquoise #06ECE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.29%

R = 1.28%
G = 50.43%
B = 48.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#06ECE2 (or 0x06ECE2) is known color: Bright Turquoise. HEX triplet: 06, EC and E2. RGB value is (6,236,226). Sum of RGB (Red+Green+Blue) = 6+236+226=468 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #06ECE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06ECE2 is #F9131D. Grayscale: #A5A5A5. Windows color (decimal): -16323358 or 14871558. OLE color: 14871558.

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

Color convert

RGB 6 236 226 -
CMYK 0.97 0 0.04 0.07
HSL 177.39º 0.95% 0.47% -
HSV(B) 177.39º 0.97% 0.93% -
XYZ 43.8 65.52 82.29 -
YUV 166.09 161.8 13.81 -
System Red Green Blue C M Y K H S L
Decimal 6 236 226 0.97 0 0.04 0.07 177.39 0.95 0.47
Hex 6 EC E2 61 0 4 7 B1 5F 2F
Octal 6 354 342 141 0 4 7 261 137 57
Binary 110 11101100 11100010 1100001 0 100 111 10110001 1011111 101111

Color Harmonies of #06ECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECE2

Black with #06ECE2

Text Example


Text Example

White with #06ECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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