#6FDEE7

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

Shades of Turquoise Blue #6FDEE7

Tints of Turquoise Blue #6FDEE7

Color information

#6FDEE7 (or 0x6FDEE7) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DE and E7. RGB value is (111,222,231). Sum of RGB (Red+Green+Blue) = 111+222+231=564 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.68% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FDEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDEE7 is #902118. Grayscale: #BDBDBD. Windows color (decimal): -9445657 or 15195759. OLE color: 15195759.

HSL color Cylindrical-coordinate representation of color #6FDEE7: hue angle of 184.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FDEE7 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB111222231-
CMYK0.520.0400.09
HSL184.5º71.43%67.06%-
HSV(B)184.5º51.95%90.59%-
XYZ47.161.3984.97-
YUV189.84151.2371.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.68%
GREEN value IS 222 (87.11% from 255) = 39.36%
BLUE value IS 231 (90.62% from 255) = 40.96%
R=19.68%
G=39.36%
B=40.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1112222310.520.0400.09184.571.4367.06
Hex6FDEE734409b84743
Octal157336347644011270107103
Binary11011111101111011100111110100100010011011100010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,222,231); }

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

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

 a { background-color: rgb(111,222,231); }

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

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

 span { border-color: rgb(111,222,231); }

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