#06DDE4

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

Shades of Bright Turquoise #06DDE4

Tints of Bright Turquoise #06DDE4

Color information

#06DDE4 (or 0x06DDE4) is unknown color: approx Bright Turquoise. HEX triplet: 06, DD and E4. RGB value is (6,221,228). Sum of RGB (Red+Green+Blue) = 6+221+228=455 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #06DDE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DDE4 is #F9221B. Grayscale: #9D9D9D. Windows color (decimal): -16327196 or 14998790. OLE color: 14998790.

HSL color Cylindrical-coordinate representation of color #06DDE4: hue angle of 181.89º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DDE4 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6221228-
CMYK0.970.0300.11
HSL181.89º94.87%45.88%-
HSV(B)181.89º97.37%89.41%-
XYZ39.9457.3582.36-
YUV157.51167.7719.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.32%
GREEN value IS 221 (86.72% from 255) = 48.57%
BLUE value IS 228 (89.45% from 255) = 50.11%
R=1.32%
G=48.57%
B=50.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal62212280.970.0300.11181.8994.8745.88
Hex6DDE46130Bb65f2e
Octal6335344141301326613756
Binary110110111011110010011000011101011101101101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06DDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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