Html Css Color HEX #06ECEC Bright Turquoise

📋 copy color: '#06ECEC'

red 6 ◦ green 236 ◦ blue 236

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

Shades of Bright Turquoise #06ECEC

Tints of Bright Turquoise #06ECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 1.26%
G = 49.37%
B = 49.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#06ECEC (or 0x06ECEC) is known color: Bright Turquoise. HEX triplet: 06, EC and EC. RGB value is (6,236,236). Sum of RGB (Red+Green+Blue) = 6+236+236=478 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #06ECEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06ECEC is #F91313. Grayscale: #A7A7A7. Windows color (decimal): -16323348 or 15526918. OLE color: 15526918.

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

Color convert

RGB 6 236 236 -
CMYK 0.97 0 0 0.07
HSL 180º 0.95% 0.47% -
HSV(B) 180º 0.97% 0.93% -
XYZ 45.21 66.09 89.73 -
YUV 167.23 166.8 13 -
System Red Green Blue C M Y K H S L
Decimal 6 236 236 0.97 0 0 0.07 180 0.95 0.47
Hex 6 EC EC 61 0 0 7 B4 5F 2F
Octal 6 354 354 141 0 0 7 264 137 57
Binary 110 11101100 11101100 1100001 0 0 111 10110100 1011111 101111

Color Harmonies of #06ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECEC

Black with #06ECEC

Text Example


Text Example

White with #06ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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