#6FCDE9

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

Shades of Turquoise Blue #6FCDE9

Tints of Turquoise Blue #6FCDE9

Color information

#6FCDE9 (or 0x6FCDE9) is unknown color: approx Turquoise Blue. HEX triplet: 6F, CD and E9. RGB value is (111,205,233). Sum of RGB (Red+Green+Blue) = 111+205+233=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #6FCDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCDE9 is #903216. Grayscale: #B3B3B3. Windows color (decimal): -9450007 or 15322479. OLE color: 15322479.

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

Color convert

RGB111205233-
CMYK0.520.1200.09
HSL193.77º73.49%67.45%-
HSV(B)193.77º52.36%91.37%-
XYZ43.0952.9385.04-
YUV180.09157.8678.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.22%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 233 (91.41% from 255) = 42.44%
R=20.22%
G=37.34%
B=42.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1112052330.520.1200.09193.7773.4967.45
Hex6FCDE934C09c24943
Octal1573153516414011302111103
Binary110111111001101111010011101001100010011100001010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,205,233); }

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

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

 a { background-color: rgb(111,205,233); }

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

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

 span { border-color: rgb(111,205,233); }

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