#68E1DD

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

Shades of Turquoise Blue #68E1DD

Tints of Turquoise Blue #68E1DD

Color information

#68E1DD (or 0x68E1DD) is unknown color: approx Turquoise Blue. HEX triplet: 68, E1 and DD. RGB value is (104,225,221). Sum of RGB (Red+Green+Blue) = 104+225+221=550 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.91% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E1DD is #971E22. Grayscale: #BCBCBC. Windows color (decimal): -9903651 or 14541160. OLE color: 14541160.

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

Color convert

RGB104225221-
CMYK0.5400.020.12
HSL178.02º66.85%64.51%-
HSV(B)178.02º53.78%88.24%-
XYZ45.6962.0177.97-
YUV188.36146.4167.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.91%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=18.91%
G=40.91%
B=40.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042252210.5400.020.12178.0266.8564.51
Hex68E1DD3602Cb24341
Octal150341335660214262103101
Binary1101000111000011101110111011001011001011001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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