#68E3FD

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

Shades of Turquoise Blue #68E3FD

Tints of Turquoise Blue #68E3FD

Color information

#68E3FD (or 0x68E3FD) is unknown color: approx Turquoise Blue. HEX triplet: 68, E3 and FD. RGB value is (104,227,253). Sum of RGB (Red+Green+Blue) = 104+227+253=584 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.81% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #68E3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E3FD is #971C02. Grayscale: #C0C0C0. Windows color (decimal): -9903107 or 16638824. OLE color: 16638824.

HSL color Cylindrical-coordinate representation of color #68E3FD: hue angle of 190.47º degrees, saturation: 0.97, 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 #68E3FD is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB104227253-
CMYK0.590.1000.01
HSL190.47º97.39%70%-
HSV(B)190.47º58.89%99.22%-
XYZ50.9164.97102.79-
YUV193.19161.7564.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.81%
GREEN value IS 227 (89.06% from 255) = 38.87%
BLUE value IS 253 (99.22% from 255) = 43.32%
R=17.81%
G=38.87%
B=43.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042272530.590.1000.01190.4797.3970
Hex68E3FD3BA01be6146
Octal150343375731201276141106
Binary110100011100011111111011110111010011011111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,227,253); }

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

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

 a { background-color: rgb(104,227,253); }

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

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

 span { border-color: rgb(104,227,253); }

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