#6FCEE1

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

Shades of Turquoise Blue #6FCEE1

Tints of Turquoise Blue #6FCEE1

Color information

#6FCEE1 (or 0x6FCEE1) is unknown color: approx Turquoise Blue. HEX triplet: 6F, CE and E1. RGB value is (111,206,225). Sum of RGB (Red+Green+Blue) = 111+206+225=542 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.48% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FCEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEE1 is #90311E. Grayscale: #B3B3B3. Windows color (decimal): -9449759 or 14798447. OLE color: 14798447.

HSL color Cylindrical-coordinate representation of color #6FCEE1: hue angle of 190º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FCEE1 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB111206225-
CMYK0.510.0800.12
HSL190º65.52%65.88%-
HSV(B)190º50.67%88.24%-
XYZ42.2252.9679.23-
YUV179.76153.5378.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.48%
GREEN value IS 206 (80.86% from 255) = 38.01%
BLUE value IS 225 (88.28% from 255) = 41.51%
R=20.48%
G=38.01%
B=41.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1112062250.510.0800.1219065.5265.88
Hex6FCEE13380Cbe4242
Octal1573163416310014276102102
Binary110111111001110111000011100111000011001011111010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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