#06EBDD

Color #06EBDD Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #06EBDD

Tints of Bright Turquoise #06EBDD

Color information

#06EBDD (or 0x06EBDD) is unknown color: approx Bright Turquoise. HEX triplet: 06, EB and DD. RGB value is (6,235,221). Sum of RGB (Red+Green+Blue) = 6+235+221=462 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 462); Green value is 235 (92.19% from 255 or 50.87% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 235 - color contains mainly: green. Hex color #06EBDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EBDD is #F91422. Grayscale: #A4A4A4. Windows color (decimal): -16323619 or 14543622. OLE color: 14543622.

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

Color convert

RGB6235221-
CMYK0.9700.060.08
HSL176.33º95.02%47.25%-
HSV(B)176.33º97.45%92.16%-
XYZ42.8364.6878.63-
YUV164.93159.6314.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.30%
GREEN value IS 235 (92.19% from 255) = 50.87%
BLUE value IS 221 (86.72% from 255) = 47.84%
R=1.30%
G=50.87%
B=47.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal62352210.9700.060.08176.3395.0247.25
Hex6EBDD61068b05f2f
Octal6353335141061026013757
Binary1101110101111011101110000101101000101100001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06EBDD;
 }
 .AnyTagClassName
 {
   color: #06EBDD;
 }
</style>
background-color css

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

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

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

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

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

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