#6CD8F6

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

Shades of Turquoise Blue #6CD8F6

Tints of Turquoise Blue #6CD8F6

Color information

#6CD8F6 (or 0x6CD8F6) is unknown color: approx Turquoise Blue. HEX triplet: 6C, D8 and F6. RGB value is (108,216,246). Sum of RGB (Red+Green+Blue) = 108+216+246=570 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.95% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #6CD8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD8F6 is #932709. Grayscale: #BABABA. Windows color (decimal): -9643786 or 16177260. OLE color: 16177260.

HSL color Cylindrical-coordinate representation of color #6CD8F6: hue angle of 193.04º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CD8F6 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB108216246-
CMYK0.560.1200.04
HSL193.04º88.46%69.41%-
HSV(B)193.04º56.1%96.47%-
XYZ47.3758.9596.07-
YUV187.13161.2271.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.95%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 246 (96.48% from 255) = 43.16%
R=18.95%
G=37.89%
B=43.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1082162460.560.1200.04193.0488.4669.41
Hex6CD8F638C04c15845
Octal154330366701404301130105
Binary11011001101100011110110111000110001001100000110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,216,246); }

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

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

 a { background-color: rgb(108,216,246); }

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

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

 span { border-color: rgb(108,216,246); }

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