#6DD9FA

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

Shades of Turquoise Blue #6DD9FA

Tints of Turquoise Blue #6DD9FA

Color information

#6DD9FA (or 0x6DD9FA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D9 and FA. RGB value is (109,217,250). Sum of RGB (Red+Green+Blue) = 109+217+250=576 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.92% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DD9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD9FA is #922605. Grayscale: #BCBCBC. Windows color (decimal): -9577990 or 16439661. OLE color: 16439661.

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

Color convert

RGB109217250-
CMYK0.560.1300.02
HSL194.04º93.38%70.39%-
HSV(B)194.04º56.4%98.04%-
XYZ48.3759.7899.43-
YUV188.47162.7271.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.92%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=18.92%
G=37.67%
B=43.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092172500.560.1300.02194.0493.3870.39
Hex6DD9FA38D02c25d46
Octal155331372701502302135106
Binary1101101110110011111101011100011010101100001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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