#68D7F1

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

Shades of Turquoise Blue #68D7F1

Tints of Turquoise Blue #68D7F1

Color information

#68D7F1 (or 0x68D7F1) is unknown color: approx Turquoise Blue. HEX triplet: 68, D7 and F1. RGB value is (104,215,241). Sum of RGB (Red+Green+Blue) = 104+215+241=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #68D7F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D7F1 is #97280E. Grayscale: #B8B8B8. Windows color (decimal): -9906191 or 15849320. OLE color: 15849320.

HSL color Cylindrical-coordinate representation of color #68D7F1: hue angle of 191.39º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68D7F1 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104215241-
CMYK0.570.1100.05
HSL191.39º83.03%67.65%-
HSV(B)191.39º56.85%94.51%-
XYZ45.8957.8991.98-
YUV184.77159.7370.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.57%
GREEN value IS 215 (84.38% from 255) = 38.39%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=18.57%
G=38.39%
B=43.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042152410.570.1100.05191.3983.0367.65
Hex68D7F139B05bf5344
Octal150327361711305277123104
Binary11010001101011111110001111001101101011011111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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