#6DD8FB

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

Shades of Turquoise Blue #6DD8FB

Tints of Turquoise Blue #6DD8FB

Color information

#6DD8FB (or 0x6DD8FB) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D8 and FB. RGB value is (109,216,251). Sum of RGB (Red+Green+Blue) = 109+216+251=576 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.92% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #6DD8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD8FB is #922704. Grayscale: #BBBBBB. Windows color (decimal): -9578245 or 16504941. OLE color: 16504941.

HSL color Cylindrical-coordinate representation of color #6DD8FB: hue angle of 194.79º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DD8FB is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109216251-
CMYK0.570.1400.02
HSL194.79º94.67%70.59%-
HSV(B)194.79º56.57%98.43%-
XYZ48.2859.33100.17-
YUV188163.5571.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.92%
GREEN value IS 216 (84.77% from 255) = 37.5%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=18.92%
G=37.5%
B=43.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092162510.570.1400.02194.7994.6770.59
Hex6DD8FB39E02c35f47
Octal155330373711602303137107
Binary1101101110110001111101111100111100101100001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,216,251); }

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

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

 a { background-color: rgb(109,216,251); }

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

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

 span { border-color: rgb(109,216,251); }

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