#06DDEB

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

Shades of Bright Turquoise #06DDEB

Tints of Bright Turquoise #06DDEB

Color information

#06DDEB (or 0x06DDEB) is unknown color: approx Bright Turquoise. HEX triplet: 06, DD and EB. RGB value is (6,221,235). Sum of RGB (Red+Green+Blue) = 6+221+235=462 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #06DDEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DDEB is #F92214. Grayscale: #9E9E9E. Windows color (decimal): -16327189 or 15457542. OLE color: 15457542.

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

Color convert

RGB6221235-
CMYK0.970.0600.08
HSL183.67º95.02%47.25%-
HSV(B)183.67º97.45%92.16%-
XYZ40.9357.7587.59-
YUV158.31171.2719.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal62212350.970.0600.08183.6795.0247.25
Hex6DDEB61608b85f2f
Octal6335353141601027013757
Binary1101101110111101011110000111001000101110001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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