#6bcfd1

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

Shades of Turquoise Blue #6BCFD1

Tints of Turquoise Blue #6BCFD1

Color information

#6BCFD1 (or 0x6BCFD1) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CF and D1. RGB value is (107,207,209). Sum of RGB (Red+Green+Blue) = 107+207+209=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #6BCFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFD1 is #94302E. Grayscale: #B1B1B1. Windows color (decimal): -9711663 or 13750123. OLE color: 13750123.

HSL color Cylindrical-coordinate representation of color #6BCFD1: hue angle of 181.18º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BCFD1 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB107207209-
CMYK0.490.0100.18
HSL181.18º52.58%61.96%-
HSV(B)181.18º48.8%81.96%-
XYZ39.8852.3568.32-
YUV177.33145.8777.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.46%
GREEN value IS 207 (81.25% from 255) = 39.58%
BLUE value IS 209 (82.03% from 255) = 39.96%
R=20.46%
G=39.58%
B=39.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072072090.490.0100.18181.1852.5861.96
Hex6BCFD1311012b5353e
Octal1533173216110222656576
Binary11010111100111111010001110001101001010110101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bcfd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,207,209); }

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

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

 a { background-color: rgb(107,207,209); }

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

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

 span { border-color: rgb(107,207,209); }

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