#6DD7FB

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

Shades of Turquoise Blue #6DD7FB

Tints of Turquoise Blue #6DD7FB

Color information

#6DD7FB (or 0x6DD7FB) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D7 and FB. RGB value is (109,215,251). Sum of RGB (Red+Green+Blue) = 109+215+251=575 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.96% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #6DD7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD7FB is #922804. Grayscale: #BBBBBB. Windows color (decimal): -9578501 or 16504685. OLE color: 16504685.

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

Color convert

RGB109215251-
CMYK0.570.1400.02
HSL195.21º94.67%70.59%-
HSV(B)195.21º56.57%98.43%-
XYZ48.0258.82100.09-
YUV187.41163.8872.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.96%
GREEN value IS 215 (84.38% from 255) = 37.39%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=18.96%
G=37.39%
B=43.65%

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
Decimal1092152510.570.1400.02195.2194.6770.59
Hex6DD7FB39E02c35f47
Octal155327373711602303137107
Binary1101101110101111111101111100111100101100001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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