#6FD0E1

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

Shades of Turquoise Blue #6FD0E1

Tints of Turquoise Blue #6FD0E1

Color information

#6FD0E1 (or 0x6FD0E1) is unknown color: approx Turquoise Blue. HEX triplet: 6F, D0 and E1. RGB value is (111,208,225). Sum of RGB (Red+Green+Blue) = 111+208+225=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FD0E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD0E1 is #902F1E. Grayscale: #B4B4B4. Windows color (decimal): -9449247 or 14798959. OLE color: 14798959.

HSL color Cylindrical-coordinate representation of color #6FD0E1: hue angle of 188.95º 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 #6FD0E1 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB111208225-
CMYK0.510.0800.12
HSL188.95º65.52%65.88%-
HSV(B)188.95º50.67%88.24%-
XYZ42.753.9379.39-
YUV180.94152.8678.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.40%
GREEN value IS 208 (81.64% from 255) = 38.24%
BLUE value IS 225 (88.28% from 255) = 41.36%
R=20.40%
G=38.24%
B=41.36%

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
Decimal1112082250.510.0800.12188.9565.5265.88
Hex6FD0E13380Cbd4242
Octal1573203416310014275102102
Binary110111111010000111000011100111000011001011110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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