#68CEDB

Color #68CEDB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #68CEDB

Tints of Turquoise Blue #68CEDB

Color information

#68CEDB (or 0x68CEDB) is unknown color: approx Turquoise Blue. HEX triplet: 68, CE and DB. RGB value is (104,206,219). Sum of RGB (Red+Green+Blue) = 104+206+219=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #68CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEDB is #973124. Grayscale: #B0B0B0. Windows color (decimal): -9908517 or 14405224. OLE color: 14405224.

HSL color Cylindrical-coordinate representation of color #68CEDB: hue angle of 186.78º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CEDB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB104206219-
CMYK0.530.0600.14
HSL186.78º61.5%63.33%-
HSV(B)186.78º52.51%85.88%-
XYZ40.5752.274.96-
YUV176.98151.7175.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.66%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=19.66%
G=38.94%
B=41.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042062190.530.0600.14186.7861.563.33
Hex68CEDB3560Ebb3d3f
Octal1503163336560162737577
Binary110100011001110110110111101011100111010111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68CEDB; }

 p { color: rgb(104,206,219); }

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

<style>
 a { background-color: #68CEDB; }

 a { background-color: rgb(104,206,219); }

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

<style>
 span { border-color: #68CEDB; }

 span { border-color: rgb(104,206,219); }

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