#6BDDF1

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

Shades of Turquoise Blue #6BDDF1

Tints of Turquoise Blue #6BDDF1

Color information

#6BDDF1 (or 0x6BDDF1) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DD and F1. RGB value is (107,221,241). Sum of RGB (Red+Green+Blue) = 107+221+241=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 221 (86.72% from 255 or 38.84% 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 #6BDDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDDF1 is #94220E. Grayscale: #BCBCBC. Windows color (decimal): -9708047 or 15850859. OLE color: 15850859.

HSL color Cylindrical-coordinate representation of color #6BDDF1: hue angle of 188.96º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BDDF1 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB107221241-
CMYK0.560.0800.05
HSL188.96º82.72%68.24%-
HSV(B)188.96º55.6%94.51%-
XYZ47.861.1992.51-
YUV189.19157.2369.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.80%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=18.80%
G=38.84%
B=42.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1072212410.560.0800.05188.9682.7268.24
Hex6BDDF138805bd5344
Octal153335361701005275123104
Binary11010111101110111110001111000100001011011110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,221,241); }

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

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

 a { background-color: rgb(107,221,241); }

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

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

 span { border-color: rgb(107,221,241); }

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