#68cfe2

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

Shades of Turquoise Blue #68CFE2

Tints of Turquoise Blue #68CFE2

Color information

#68CFE2 (or 0x68CFE2) is unknown color: approx Turquoise Blue. HEX triplet: 68, CF and E2. RGB value is (104,207,226). Sum of RGB (Red+Green+Blue) = 104+207+226=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #68CFE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFE2 is #97301D. Grayscale: #B2B2B2. Windows color (decimal): -9908254 or 14864232. OLE color: 14864232.

HSL color Cylindrical-coordinate representation of color #68CFE2: hue angle of 189.34º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68CFE2 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB104207226-
CMYK0.540.0800.11
HSL189.34º67.78%64.71%-
HSV(B)189.34º53.98%88.63%-
XYZ41.7553.0679.99-
YUV178.37154.8874.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.37%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 226 (88.67% from 255) = 42.09%
R=19.37%
G=38.55%
B=42.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1042072260.540.0800.11189.3467.7864.71
Hex68CFE23680Bbd4441
Octal1503173426610013275104101
Binary110100011001111111000101101101000010111011110110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68cfe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,207,226); }

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

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

 a { background-color: rgb(104,207,226); }

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

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

 span { border-color: rgb(104,207,226); }

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