#68CAD7

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

Shades of Turquoise Blue #68CAD7

Tints of Turquoise Blue #68CAD7

Color information

#68CAD7 (or 0x68CAD7) is unknown color: approx Turquoise Blue. HEX triplet: 68, CA and D7. RGB value is (104,202,215). Sum of RGB (Red+Green+Blue) = 104+202+215=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #68CAD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAD7 is #973528. Grayscale: #AEAEAE. Windows color (decimal): -9909545 or 14142056. OLE color: 14142056.

HSL color Cylindrical-coordinate representation of color #68CAD7: hue angle of 187.03º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68CAD7 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB104202215-
CMYK0.520.0600.16
HSL187.03º58.12%62.55%-
HSV(B)187.03º51.63%84.31%-
XYZ39.150.0971.9-
YUV174.18151.0377.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.96%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=19.96%
G=38.77%
B=41.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042022150.520.0600.16187.0358.1262.55
Hex68CAD7346010bb3a3f
Octal1503123276460202737277
Binary1101000110010101101011111010011001000010111011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,202,215); }

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

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

 a { background-color: rgb(104,202,215); }

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

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

 span { border-color: rgb(104,202,215); }

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