#06D8E6

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

Shades of Bright Turquoise #06D8E6

Tints of Bright Turquoise #06D8E6

Color information

#06D8E6 (or 0x06D8E6) is unknown color: approx Bright Turquoise. HEX triplet: 06, D8 and E6. RGB value is (6,216,230). Sum of RGB (Red+Green+Blue) = 6+216+230=452 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #06D8E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D8E6 is #F92719. Grayscale: #9A9A9A. Windows color (decimal): -16328474 or 15128582. OLE color: 15128582.

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

Color convert

RGB6216230-
CMYK0.970.0600.10
HSL183.75º94.92%46.27%-
HSV(B)183.75º97.39%90.2%-
XYZ38.9154.8683.4-
YUV154.81170.4321.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.33%
GREEN value IS 216 (84.77% from 255) = 47.79%
BLUE value IS 230 (90.23% from 255) = 50.88%
R=1.33%
G=47.79%
B=50.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal62162300.970.0600.10183.7594.9246.27
Hex6D8E66160Ab85f2e
Octal6330346141601227013756
Binary1101101100011100110110000111001010101110001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,216,230); }

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

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

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

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

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

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

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