#68ceea

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

Shades of Turquoise Blue #68CEEA

Tints of Turquoise Blue #68CEEA

Color information

#68CEEA (or 0x68CEEA) is unknown color: approx Turquoise Blue. HEX triplet: 68, CE and EA. RGB value is (104,206,234). Sum of RGB (Red+Green+Blue) = 104+206+234=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #68CEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CEEA is #973115. Grayscale: #B2B2B2. Windows color (decimal): -9908502 or 15388264. OLE color: 15388264.

HSL color Cylindrical-coordinate representation of color #68CEEA: hue angle of 192.92º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68CEEA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104206234-
CMYK0.560.1200.08
HSL192.92º75.58%66.27%-
HSV(B)192.92º55.56%91.76%-
XYZ42.6353.0385.83-
YUV178.69159.2174.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.12%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=19.12%
G=37.87%
B=43.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042062340.560.1200.08192.9275.5866.27
Hex68CEEA38C08c14c42
Octal1503163527014010301114102
Binary110100011001110111010101110001100010001100000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ceea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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