#68E0F5

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

Shades of Turquoise Blue #68E0F5

Tints of Turquoise Blue #68E0F5

Color information

#68E0F5 (or 0x68E0F5) is unknown color: approx Turquoise Blue. HEX triplet: 68, E0 and F5. RGB value is (104,224,245). Sum of RGB (Red+Green+Blue) = 104+224+245=573 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.15% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 245 - color contains mainly: blue. Hex color #68E0F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E0F5 is #971F0A. Grayscale: #BEBEBE. Windows color (decimal): -9903883 or 16113768. OLE color: 16113768.

HSL color Cylindrical-coordinate representation of color #68E0F5: hue angle of 188.94º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68E0F5 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104224245-
CMYK0.580.0900.04
HSL188.94º87.58%68.43%-
HSV(B)188.94º57.55%96.08%-
XYZ48.8562.8595.94-
YUV190.51158.7466.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.15%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 245 (96.09% from 255) = 42.76%
R=18.15%
G=39.09%
B=42.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042242450.580.0900.04188.9487.5868.43
Hex68E0F53A904bd5844
Octal150340365721104275130104
Binary11010001110000011110101111010100101001011110110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,224,245); }

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

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

 a { background-color: rgb(104,224,245); }

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

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

 span { border-color: rgb(104,224,245); }

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