#68cee1

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

Shades of Turquoise Blue #68CEE1

Tints of Turquoise Blue #68CEE1

Color information

#68CEE1 (or 0x68CEE1) is unknown color: approx Turquoise Blue. HEX triplet: 68, CE and E1. RGB value is (104,206,225). Sum of RGB (Red+Green+Blue) = 104+206+225=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #68CEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEE1 is #97311E. Grayscale: #B1B1B1. Windows color (decimal): -9908511 or 14798440. OLE color: 14798440.

HSL color Cylindrical-coordinate representation of color #68CEE1: hue angle of 189.42º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68CEE1 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB104206225-
CMYK0.540.0800.12
HSL189.42º66.85%64.51%-
HSV(B)189.42º53.78%88.24%-
XYZ41.3752.5279.19-
YUV177.67154.7175.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.44%
GREEN value IS 206 (80.86% from 255) = 38.50%
BLUE value IS 225 (88.28% from 255) = 42.06%
R=19.44%
G=38.50%
B=42.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042062250.540.0800.12189.4266.8564.51
Hex68CEE13680Cbd4341
Octal1503163416610014275103101
Binary110100011001110111000011101101000011001011110110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68cee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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