#6DDCFD

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

Shades of Turquoise Blue #6DDCFD

Tints of Turquoise Blue #6DDCFD

Color information

#6DDCFD (or 0x6DDCFD) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DC and FD. RGB value is (109,220,253). Sum of RGB (Red+Green+Blue) = 109+220+253=582 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.73% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DDCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDCFD is #922302. Grayscale: #BEBEBE. Windows color (decimal): -9577219 or 16637037. OLE color: 16637037.

HSL color Cylindrical-coordinate representation of color #6DDCFD: hue angle of 193.75º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DDCFD is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB109220253-
CMYK0.570.1300.01
HSL193.75º97.3%70.98%-
HSV(B)193.75º56.92%99.22%-
XYZ49.6361.53102.19-
YUV190.57163.2369.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.73%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=18.73%
G=37.80%
B=43.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1092202530.570.1300.01193.7597.370.98
Hex6DDCFD39D01c26147
Octal155334375711501302141107
Binary110110111011100111111011110011101011100001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,220,253); }

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

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

 a { background-color: rgb(109,220,253); }

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

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

 span { border-color: rgb(109,220,253); }

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