#68CDDD

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

Shades of Turquoise Blue #68CDDD

Tints of Turquoise Blue #68CDDD

Color information

#68CDDD (or 0x68CDDD) is unknown color: approx Turquoise Blue. HEX triplet: 68, CD and DD. RGB value is (104,205,221). Sum of RGB (Red+Green+Blue) = 104+205+221=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #68CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDDD is #973222. Grayscale: #B0B0B0. Windows color (decimal): -9908771 or 14536040. OLE color: 14536040.

HSL color Cylindrical-coordinate representation of color #68CDDD: hue angle of 188.21º 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 #68CDDD is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104205221-
CMYK0.530.0700.13
HSL188.21º63.24%63.73%-
HSV(B)188.21º52.94%86.67%-
XYZ40.5951.8376.27-
YUV176.62153.0476.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.62%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=19.62%
G=38.68%
B=41.70%

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
Decimal1042052210.530.0700.13188.2163.2463.73
Hex68CDDD3570Dbc3f40
Octal15031533565701527477100
Binary1101000110011011101110111010111101101101111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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