#68CEDD

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

Shades of Turquoise Blue #68CEDD

Tints of Turquoise Blue #68CEDD

Color information

#68CEDD (or 0x68CEDD) is unknown color: approx Turquoise Blue. HEX triplet: 68, CE and DD. RGB value is (104,206,221). Sum of RGB (Red+Green+Blue) = 104+206+221=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #68CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEDD is #973122. Grayscale: #B1B1B1. Windows color (decimal): -9908515 or 14536296. OLE color: 14536296.

HSL color Cylindrical-coordinate representation of color #68CEDD: hue angle of 187.69º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CEDD is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104206221-
CMYK0.530.0700.13
HSL187.69º63.24%63.73%-
HSV(B)187.69º52.94%86.67%-
XYZ40.8352.3176.35-
YUV177.21152.7175.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.59%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=19.59%
G=38.79%
B=41.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042062210.530.0700.13187.6963.2463.73
Hex68CEDD3570Dbc3f40
Octal15031633565701527477100
Binary1101000110011101101110111010111101101101111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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