#6DDBF1

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

Shades of Turquoise Blue #6DDBF1

Tints of Turquoise Blue #6DDBF1

Color information

#6DDBF1 (or 0x6DDBF1) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DB and F1. RGB value is (109,219,241). Sum of RGB (Red+Green+Blue) = 109+219+241=569 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.16% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DDBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDBF1 is #92240E. Grayscale: #BCBCBC. Windows color (decimal): -9577487 or 15850349. OLE color: 15850349.

HSL color Cylindrical-coordinate representation of color #6DDBF1: hue angle of 190º 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 #6DDBF1 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB109219241-
CMYK0.550.0900.05
HSL190º82.5%68.63%-
HSV(B)190º54.77%94.51%-
XYZ47.5260.2792.35-
YUV188.62157.5671.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.16%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=19.16%
G=38.49%
B=42.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092192410.550.0900.0519082.568.63
Hex6DDBF137905be5245
Octal155333361671105276122105
Binary11011011101101111110001110111100101011011111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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