#68D7EA

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

Shades of Turquoise Blue #68D7EA

Tints of Turquoise Blue #68D7EA

Color information

#68D7EA (or 0x68D7EA) is unknown color: approx Turquoise Blue. HEX triplet: 68, D7 and EA. RGB value is (104,215,234). Sum of RGB (Red+Green+Blue) = 104+215+234=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #68D7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D7EA is #972815. Grayscale: #B7B7B7. Windows color (decimal): -9906198 or 15390568. OLE color: 15390568.

HSL color Cylindrical-coordinate representation of color #68D7EA: hue angle of 188.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68D7EA is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104215234-
CMYK0.560.0800.08
HSL188.77º75.58%66.27%-
HSV(B)188.77º55.56%91.76%-
XYZ44.8657.4886.57-
YUV183.98156.2370.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.81%
GREEN value IS 215 (84.38% from 255) = 38.88%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=18.81%
G=38.88%
B=42.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042152340.560.0800.08188.7775.5866.27
Hex68D7EA38808bd4c42
Octal1503273527010010275114102
Binary110100011010111111010101110001000010001011110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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