#68CBEF

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

Shades of Turquoise Blue #68CBEF

Tints of Turquoise Blue #68CBEF

Color information

#68CBEF (or 0x68CBEF) is unknown color: approx Turquoise Blue. HEX triplet: 68, CB and EF. RGB value is (104,203,239). Sum of RGB (Red+Green+Blue) = 104+203+239=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #68CBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CBEF is #973410. Grayscale: #B1B1B1. Windows color (decimal): -9909265 or 15715176. OLE color: 15715176.

HSL color Cylindrical-coordinate representation of color #68CBEF: hue angle of 196º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68CBEF is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB104203239-
CMYK0.560.1500.06
HSL196º80.84%67.25%-
HSV(B)196º56.49%93.73%-
XYZ42.6451.8989.43-
YUV177.5162.775.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.05%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 239 (93.75% from 255) = 43.77%
R=19.05%
G=37.18%
B=43.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042032390.560.1500.0619680.8467.25
Hex68CBEF38F06c45143
Octal150313357701706304121103
Binary11010001100101111101111111000111101101100010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,203,239); }

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

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

 a { background-color: rgb(104,203,239); }

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

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

 span { border-color: rgb(104,203,239); }

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