#68DCE1

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

Shades of Turquoise Blue #68DCE1

Tints of Turquoise Blue #68DCE1

Color information

#68DCE1 (or 0x68DCE1) is unknown color: approx Turquoise Blue. HEX triplet: 68, DC and E1. RGB value is (104,220,225). Sum of RGB (Red+Green+Blue) = 104+220+225=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #68DCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCE1 is #97231E. Grayscale: #B9B9B9. Windows color (decimal): -9904927 or 14802024. OLE color: 14802024.

HSL color Cylindrical-coordinate representation of color #68DCE1: hue angle of 182.48º 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 #68DCE1 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB104220225-
CMYK0.540.0200.12
HSL182.48º66.85%64.51%-
HSV(B)182.48º53.78%88.24%-
XYZ44.8959.5780.37-
YUV185.89150.0769.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.94%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 225 (88.28% from 255) = 40.98%
R=18.94%
G=40.07%
B=40.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042202250.540.0200.12182.4866.8564.51
Hex68DCE13620Cb64341
Octal150334341662014266103101
Binary1101000110111001110000111011010011001011011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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