#68E0FE

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

Shades of Turquoise Blue #68E0FE

Tints of Turquoise Blue #68E0FE

Color information

#68E0FE (or 0x68E0FE) is unknown color: approx Turquoise Blue. HEX triplet: 68, E0 and FE. RGB value is (104,224,254). Sum of RGB (Red+Green+Blue) = 104+224+254=582 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.87% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #68E0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E0FE is #971F01. Grayscale: #BFBFBF. Windows color (decimal): -9903874 or 16703592. OLE color: 16703592.

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

Color convert

RGB104224254-
CMYK0.590.1200.00
HSL192º98.68%70.2%-
HSV(B)192º59.06%99.61%-
XYZ50.2563.41103.36-
YUV191.54163.2465.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.87%
GREEN value IS 224 (87.89% from 255) = 38.49%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=17.87%
G=38.49%
B=43.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1042242540.590.1200.0019298.6870.2
Hex68E0FE3BC00c06346
Octal150340376731400300143106
Binary110100011100000111111101110111100001100000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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