#68ccd1

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

Shades of Turquoise Blue #68CCD1

Tints of Turquoise Blue #68CCD1

Color information

#68CCD1 (or 0x68CCD1) is unknown color: approx Turquoise Blue. HEX triplet: 68, CC and D1. RGB value is (104,204,209). Sum of RGB (Red+Green+Blue) = 104+204+209=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #68CCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CCD1 is #97332E. Grayscale: #AEAEAE. Windows color (decimal): -9909039 or 13749352. OLE color: 13749352.

HSL color Cylindrical-coordinate representation of color #68CCD1: hue angle of 182.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CCD1 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104204209-
CMYK0.500.0200.18
HSL182.86º53.3%61.37%-
HSV(B)182.86º50.24%81.96%-
XYZ38.8150.7368.07-
YUV174.67147.3777.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.12%
GREEN value IS 204 (80.08% from 255) = 39.46%
BLUE value IS 209 (82.03% from 255) = 40.43%
R=20.12%
G=39.46%
B=40.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1042042090.500.0200.18182.8653.361.37
Hex68CCD1322012b7353d
Octal1503143216220222676575
Binary110100011001100110100011100101001001010110111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ccd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,204,209); }

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

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

 a { background-color: rgb(104,204,209); }

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

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

 span { border-color: rgb(104,204,209); }

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