#6CD3F6

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

Shades of Turquoise Blue #6CD3F6

Tints of Turquoise Blue #6CD3F6

Color information

#6CD3F6 (or 0x6CD3F6) is unknown color: approx Turquoise Blue. HEX triplet: 6C, D3 and F6. RGB value is (108,211,246). Sum of RGB (Red+Green+Blue) = 108+211+246=565 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.12% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #6CD3F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD3F6 is #932C09. Grayscale: #B7B7B7. Windows color (decimal): -9645066 or 16175980. OLE color: 16175980.

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

Color convert

RGB108211246-
CMYK0.560.1400.04
HSL195.22º88.46%69.41%-
HSV(B)195.22º56.1%96.47%-
XYZ46.1156.4395.65-
YUV184.19162.8873.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.12%
GREEN value IS 211 (82.81% from 255) = 37.35%
BLUE value IS 246 (96.48% from 255) = 43.54%
R=19.12%
G=37.35%
B=43.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1082112460.560.1400.04195.2288.4669.41
Hex6CD3F638E04c35845
Octal154323366701604303130105
Binary11011001101001111110110111000111001001100001110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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