#68DBEE

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

Shades of Turquoise Blue #68DBEE

Tints of Turquoise Blue #68DBEE

Color information

#68DBEE (or 0x68DBEE) is unknown color: approx Turquoise Blue. HEX triplet: 68, DB and EE. RGB value is (104,219,238). Sum of RGB (Red+Green+Blue) = 104+219+238=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #68DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DBEE is #972411. Grayscale: #BABABA. Windows color (decimal): -9905170 or 15653736. OLE color: 15653736.

HSL color Cylindrical-coordinate representation of color #68DBEE: hue angle of 188.51º 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 #68DBEE is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104219238-
CMYK0.560.0800.07
HSL188.51º79.76%67.06%-
HSV(B)188.51º56.3%93.33%-
XYZ46.4759.7889.98-
YUV186.78156.968.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.54%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=18.54%
G=39.04%
B=42.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042192380.560.0800.07188.5179.7667.06
Hex68DBEE38807bd5043
Octal150333356701007275120103
Binary11010001101101111101110111000100001111011110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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