Html Css Color HEX #06ECCD Bright Turquoise

📋 copy color: '#06ECCD'

red 6 ◦ green 236 ◦ blue 205

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

Shades of Bright Turquoise #06ECCD

Tints of Bright Turquoise #06ECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 1.34%
G = 52.8%
B = 45.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#06ECCD (or 0x06ECCD) is known color: Bright Turquoise. HEX triplet: 06, EC and CD. RGB value is (6,236,205). Sum of RGB (Red+Green+Blue) = 6+236+205=447 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #06ECCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06ECCD is #F91332. Grayscale: #A3A3A3. Windows color (decimal): -16323379 or 13495302. OLE color: 13495302.

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

Color convert

RGB 6 236 205 -
CMYK 0.97 0 0.13 0.07
HSL 171.91º 0.95% 0.47% -
HSV(B) 171.91º 0.97% 0.93% -
XYZ 41.09 64.44 68.03 -
YUV 163.7 151.3 15.52 -
System Red Green Blue C M Y K H S L
Decimal 6 236 205 0.97 0 0.13 0.07 171.91 0.95 0.47
Hex 6 EC CD 61 0 D 7 AC 5F 2F
Octal 6 354 315 141 0 15 7 254 137 57
Binary 110 11101100 11001101 1100001 0 1101 111 10101100 1011111 101111

Color Harmonies of #06ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECCD

Black with #06ECCD

Text Example


Text Example

White with #06ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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