#6BD5D9

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

Shades of Turquoise Blue #6BD5D9

Tints of Turquoise Blue #6BD5D9

Color information

#6BD5D9 (or 0x6BD5D9) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D5 and D9. RGB value is (107,213,217). Sum of RGB (Red+Green+Blue) = 107+213+217=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #6BD5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD5D9 is #942A26. Grayscale: #B5B5B5. Windows color (decimal): -9710119 or 14275947. OLE color: 14275947.

HSL color Cylindrical-coordinate representation of color #6BD5D9: hue angle of 182.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD5D9 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB107213217-
CMYK0.510.0200.15
HSL182.18º59.14%63.53%-
HSV(B)182.18º50.69%85.1%-
XYZ42.3855.7274.17-
YUV181.76147.8874.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.93%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 217 (85.16% from 255) = 40.41%
R=19.93%
G=39.66%
B=40.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072132170.510.0200.15182.1859.1463.53
Hex6BD5D93320Fb63b40
Octal15332533163201726673100
Binary110101111010101110110011100111001111101101101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,213,217); }

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

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

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

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

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

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

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