#68CFE9

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

Shades of Turquoise Blue #68CFE9

Tints of Turquoise Blue #68CFE9

Color information

#68CFE9 (or 0x68CFE9) is unknown color: approx Turquoise Blue. HEX triplet: 68, CF and E9. RGB value is (104,207,233). Sum of RGB (Red+Green+Blue) = 104+207+233=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #68CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFE9 is #973016. Grayscale: #B2B2B2. Windows color (decimal): -9908247 or 15322984. OLE color: 15322984.

HSL color Cylindrical-coordinate representation of color #68CFE9: hue angle of 192.09º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68CFE9 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB104207233-
CMYK0.550.1100.09
HSL192.09º74.57%66.08%-
HSV(B)192.09º55.36%91.37%-
XYZ42.7353.4585.16-
YUV179.17158.3874.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.12%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 233 (91.41% from 255) = 42.83%
R=19.12%
G=38.05%
B=42.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042072330.550.1100.09192.0974.5766.08
Hex68CFE937B09c04b42
Octal1503173516713011300113102
Binary110100011001111111010011101111011010011100000010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,207,233); }

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

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

 a { background-color: rgb(104,207,233); }

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

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

 span { border-color: rgb(104,207,233); }

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