#68DEF1

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

Shades of Turquoise Blue #68DEF1

Tints of Turquoise Blue #68DEF1

Color information

#68DEF1 (or 0x68DEF1) is unknown color: approx Turquoise Blue. HEX triplet: 68, DE and F1. RGB value is (104,222,241). Sum of RGB (Red+Green+Blue) = 104+222+241=567 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.34% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #68DEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DEF1 is #97210E. Grayscale: #BCBCBC. Windows color (decimal): -9904399 or 15851112. OLE color: 15851112.

HSL color Cylindrical-coordinate representation of color #68DEF1: hue angle of 188.32º 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 #68DEF1 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104222241-
CMYK0.570.0800.05
HSL188.32º83.03%67.65%-
HSV(B)188.32º56.85%94.51%-
XYZ47.7161.5492.58-
YUV188.88157.4167.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.34%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=18.34%
G=39.15%
B=42.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042222410.570.0800.05188.3283.0367.65
Hex68DEF139805bc5344
Octal150336361711005274123104
Binary11010001101111011110001111001100001011011110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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