#6FCEE3

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

Shades of Turquoise Blue #6FCEE3

Tints of Turquoise Blue #6FCEE3

Color information

#6FCEE3 (or 0x6FCEE3) is unknown color: approx Turquoise Blue. HEX triplet: 6F, CE and E3. RGB value is (111,206,227). Sum of RGB (Red+Green+Blue) = 111+206+227=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 227 - color contains mainly: blue. Hex color #6FCEE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEE3 is #90311C. Grayscale: #B3B3B3. Windows color (decimal): -9449757 or 14929519. OLE color: 14929519.

HSL color Cylindrical-coordinate representation of color #6FCEE3: hue angle of 190.86º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FCEE3 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB111206227-
CMYK0.510.0900.11
HSL190.86º67.44%66.27%-
HSV(B)190.86º51.1%89.02%-
XYZ42.4953.0780.68-
YUV179.99154.5378.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.40%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 227 (89.06% from 255) = 41.73%
R=20.40%
G=37.87%
B=41.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1112062270.510.0900.11190.8667.4466.27
Hex6FCEE33390Bbf4342
Octal1573163436311013277103102
Binary110111111001110111000111100111001010111011111110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,206,227); }

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

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

 a { background-color: rgb(111,206,227); }

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

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

 span { border-color: rgb(111,206,227); }

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