#6DDDFA

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

Shades of Turquoise Blue #6DDDFA

Tints of Turquoise Blue #6DDDFA

Color information

#6DDDFA (or 0x6DDDFA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DD and FA. RGB value is (109,221,250). Sum of RGB (Red+Green+Blue) = 109+221+250=580 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.79% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DDDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDFA is #922205. Grayscale: #BEBEBE. Windows color (decimal): -9576966 or 16440685. OLE color: 16440685.

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

Color convert

RGB109221250-
CMYK0.560.1200.02
HSL192.34º93.38%70.39%-
HSV(B)192.34º56.4%98.04%-
XYZ49.4261.8799.78-
YUV190.82161.3969.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.79%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=18.79%
G=38.10%
B=43.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092212500.560.1200.02192.3493.3870.39
Hex6DDDFA38C02c05d46
Octal155335372701402300135106
Binary1101101110111011111101011100011000101100000010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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