#68CBE6

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

Shades of Turquoise Blue #68CBE6

Tints of Turquoise Blue #68CBE6

Color information

#68CBE6 (or 0x68CBE6) is unknown color: approx Turquoise Blue. HEX triplet: 68, CB and E6. RGB value is (104,203,230). Sum of RGB (Red+Green+Blue) = 104+203+230=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #68CBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CBE6 is #973419. Grayscale: #B0B0B0. Windows color (decimal): -9909274 or 15125352. OLE color: 15125352.

HSL color Cylindrical-coordinate representation of color #68CBE6: hue angle of 192.86º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68CBE6 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB104203230-
CMYK0.550.1200.10
HSL192.86º71.59%65.49%-
HSV(B)192.86º54.78%90.2%-
XYZ41.3551.3782.6-
YUV176.48158.276.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.37%
GREEN value IS 203 (79.69% from 255) = 37.80%
BLUE value IS 230 (90.23% from 255) = 42.83%
R=19.37%
G=37.80%
B=42.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1042032300.550.1200.10192.8671.5965.49
Hex68CBE637C0Ac14841
Octal1503133466714012301110101
Binary110100011001011111001101101111100010101100000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,203,230); }

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

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

 a { background-color: rgb(104,203,230); }

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

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

 span { border-color: rgb(104,203,230); }

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