Html Css Color HEX #06ECDD Bright Turquoise

📋 copy color: '#06ECDD'

red 6 ◦ green 236 ◦ blue 221

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

Shades of Bright Turquoise #06ECDD

Tints of Bright Turquoise #06ECDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 1.3%
G = 50.97%
B = 47.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#06ECDD (or 0x06ECDD) is known color: Bright Turquoise. HEX triplet: 06, EC and DD. RGB value is (6,236,221). Sum of RGB (Red+Green+Blue) = 6+236+221=463 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #06ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06ECDD is #F91322. Grayscale: #A5A5A5. Windows color (decimal): -16323363 or 14543878. OLE color: 14543878.

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

Color convert

RGB 6 236 221 -
CMYK 0.97 0 0.06 0.07
HSL 176.09º 0.95% 0.47% -
HSV(B) 176.09º 0.97% 0.93% -
XYZ 43.12 65.25 78.73 -
YUV 165.52 159.3 14.22 -
System Red Green Blue C M Y K H S L
Decimal 6 236 221 0.97 0 0.06 0.07 176.09 0.95 0.47
Hex 6 EC DD 61 0 6 7 B0 5F 2F
Octal 6 354 335 141 0 6 7 260 137 57
Binary 110 11101100 11011101 1100001 0 110 111 10110000 1011111 101111

Color Harmonies of #06ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ECDD

Black with #06ECDD

Text Example


Text Example

White with #06ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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