#6BD1D1

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

Shades of Turquoise Blue #6BD1D1

Tints of Turquoise Blue #6BD1D1

Color information

#6BD1D1 (or 0x6BD1D1) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D1 and D1. RGB value is (107,209,209). Sum of RGB (Red+Green+Blue) = 107+209+209=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #6BD1D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD1D1 is #942E2E. Grayscale: #B2B2B2. Windows color (decimal): -9711151 or 13750635. OLE color: 13750635.

HSL color Cylindrical-coordinate representation of color #6BD1D1: hue angle of 180º 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 #6BD1D1 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB107209209-
CMYK0.49000.18
HSL180º52.58%61.96%-
HSV(B)180º48.8%81.96%-
XYZ40.3753.3368.49-
YUV178.5145.2177-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.38%
GREEN value IS 209 (82.03% from 255) = 39.81%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=20.38%
G=39.81%
B=39.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072092090.49000.1818052.5861.96
Hex6BD1D1310012b4353e
Octal1533213216100222646576
Binary11010111101000111010001110001001001010110100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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