#68DEFC

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

Shades of Turquoise Blue #68DEFC

Tints of Turquoise Blue #68DEFC

Color information

#68DEFC (or 0x68DEFC) is unknown color: approx Turquoise Blue. HEX triplet: 68, DE and FC. RGB value is (104,222,252). Sum of RGB (Red+Green+Blue) = 104+222+252=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #68DEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DEFC is #972103. Grayscale: #BDBDBD. Windows color (decimal): -9904388 or 16572008. OLE color: 16572008.

HSL color Cylindrical-coordinate representation of color #68DEFC: hue angle of 192.16º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68DEFC is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB104222252-
CMYK0.590.1200.01
HSL192.16º96.1%69.8%-
HSV(B)192.16º58.73%98.82%-
XYZ49.462.21101.5-
YUV190.14162.9166.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.99%
GREEN value IS 222 (87.11% from 255) = 38.41%
BLUE value IS 252 (98.83% from 255) = 43.60%
R=17.99%
G=38.41%
B=43.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042222520.590.1200.01192.1696.169.8
Hex68DEFC3BC01c06046
Octal150336374731401300140106
Binary110100011011110111111001110111100011100000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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