#68D8EE

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

Shades of Turquoise Blue #68D8EE

Tints of Turquoise Blue #68D8EE

Color information

#68D8EE (or 0x68D8EE) is unknown color: approx Turquoise Blue. HEX triplet: 68, D8 and EE. RGB value is (104,216,238). Sum of RGB (Red+Green+Blue) = 104+216+238=558 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.64% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #68D8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D8EE is #972711. Grayscale: #B8B8B8. Windows color (decimal): -9905938 or 15652968. OLE color: 15652968.

HSL color Cylindrical-coordinate representation of color #68D8EE: hue angle of 189.85º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68D8EE is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104216238-
CMYK0.560.0900.07
HSL189.85º79.76%67.06%-
HSV(B)189.85º56.3%93.33%-
XYZ45.758.2389.72-
YUV185.02157.8970.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.64%
GREEN value IS 216 (84.77% from 255) = 38.71%
BLUE value IS 238 (93.36% from 255) = 42.65%
R=18.64%
G=38.71%
B=42.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042162380.560.0900.07189.8579.7667.06
Hex68D8EE38907be5043
Octal150330356701107276120103
Binary11010001101100011101110111000100101111011111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,216,238); }

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

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

 a { background-color: rgb(104,216,238); }

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

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

 span { border-color: rgb(104,216,238); }

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