#6DD8FA

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

Shades of Turquoise Blue #6DD8FA

Tints of Turquoise Blue #6DD8FA

Color information

#6DD8FA (or 0x6DD8FA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D8 and FA. RGB value is (109,216,250). Sum of RGB (Red+Green+Blue) = 109+216+250=575 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.96% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DD8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD8FA is #922705. Grayscale: #BBBBBB. Windows color (decimal): -9578246 or 16439405. OLE color: 16439405.

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

Color convert

RGB109216250-
CMYK0.560.1400.02
HSL194.47º93.38%70.39%-
HSV(B)194.47º56.4%98.04%-
XYZ48.1259.2799.35-
YUV187.88163.0571.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.96%
GREEN value IS 216 (84.77% from 255) = 37.57%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=18.96%
G=37.57%
B=43.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092162500.560.1400.02194.4793.3870.39
Hex6DD8FA38E02c25d46
Octal155330372701602302135106
Binary1101101110110001111101011100011100101100001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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