#68E1F1

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

Shades of Turquoise Blue #68E1F1

Tints of Turquoise Blue #68E1F1

Color information

#68E1F1 (or 0x68E1F1) is unknown color: approx Turquoise Blue. HEX triplet: 68, E1 and F1. RGB value is (104,225,241). Sum of RGB (Red+Green+Blue) = 104+225+241=570 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.25% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #68E1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E1F1 is #971E0E. Grayscale: #BEBEBE. Windows color (decimal): -9903631 or 15851880. OLE color: 15851880.

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

Color convert

RGB104225241-
CMYK0.570.0700.05
HSL187.01º83.03%67.65%-
HSV(B)187.01º56.85%94.51%-
XYZ48.5163.1492.85-
YUV190.64156.4166.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.25%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=18.25%
G=39.47%
B=42.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042252410.570.0700.05187.0183.0367.65
Hex68E1F139705bb5344
Octal15034136171705273123104
Binary1101000111000011111000111100111101011011101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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