#6FCCEB

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

Shades of Turquoise Blue #6FCCEB

Tints of Turquoise Blue #6FCCEB

Color information

#6FCCEB (or 0x6FCCEB) is unknown color: approx Turquoise Blue. HEX triplet: 6F, CC and EB. RGB value is (111,204,235). Sum of RGB (Red+Green+Blue) = 111+204+235=550 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.18% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FCCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCCEB is #903314. Grayscale: #B3B3B3. Windows color (decimal): -9450261 or 15453295. OLE color: 15453295.

HSL color Cylindrical-coordinate representation of color #6FCCEB: hue angle of 195º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FCCEB is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111204235-
CMYK0.530.1300.08
HSL195º75.61%67.84%-
HSV(B)195º52.77%92.16%-
XYZ43.1452.5686.47-
YUV179.73159.1978.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.18%
GREEN value IS 204 (80.08% from 255) = 37.09%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=20.18%
G=37.09%
B=42.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112042350.530.1300.0819575.6167.84
Hex6FCCEB35D08c34c44
Octal1573143536515010303114104
Binary110111111001100111010111101011101010001100001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FCCEB; }

 p { color: rgb(111,204,235); }

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

<style>
 a { background-color: #6FCCEB; }

 a { background-color: rgb(111,204,235); }

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

<style>
 span { border-color: #6FCCEB; }

 span { border-color: rgb(111,204,235); }

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