#6DDAF1

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

Shades of Turquoise Blue #6DDAF1

Tints of Turquoise Blue #6DDAF1

Color information

#6DDAF1 (or 0x6DDAF1) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DA and F1. RGB value is (109,218,241). Sum of RGB (Red+Green+Blue) = 109+218+241=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DDAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDAF1 is #92250E. Grayscale: #BBBBBB. Windows color (decimal): -9577743 or 15850093. OLE color: 15850093.

HSL color Cylindrical-coordinate representation of color #6DDAF1: hue angle of 190.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DDAF1 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB109218241-
CMYK0.550.1000.05
HSL190.45º82.5%68.63%-
HSV(B)190.45º54.77%94.51%-
XYZ47.2659.7492.26-
YUV188.03157.8971.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.19%
GREEN value IS 218 (85.55% from 255) = 38.38%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=19.19%
G=38.38%
B=42.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092182410.550.1000.05190.4582.568.63
Hex6DDAF137A05be5245
Octal155332361671205276122105
Binary11011011101101011110001110111101001011011111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,218,241); }

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

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

 a { background-color: rgb(109,218,241); }

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

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

 span { border-color: rgb(109,218,241); }

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