#6FDDE7

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

Shades of Turquoise Blue #6FDDE7

Tints of Turquoise Blue #6FDDE7

Color information

#6FDDE7 (or 0x6FDDE7) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DD and E7. RGB value is (111,221,231). Sum of RGB (Red+Green+Blue) = 111+221+231=563 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.72% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FDDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDDE7 is #902218. Grayscale: #BDBDBD. Windows color (decimal): -9445913 or 15195503. OLE color: 15195503.

HSL color Cylindrical-coordinate representation of color #6FDDE7: hue angle of 185º 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 #6FDDE7 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB111221231-
CMYK0.520.0400.09
HSL185º71.43%67.06%-
HSV(B)185º51.95%90.59%-
XYZ46.8460.8684.88-
YUV189.25151.5672.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.72%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 231 (90.62% from 255) = 41.03%
R=19.72%
G=39.25%
B=41.03%

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
Decimal1112212310.520.0400.0918571.4367.06
Hex6FDDE734409b94743
Octal157335347644011271107103
Binary11011111101110111100111110100100010011011100110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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