#6BCFDA

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

Shades of Turquoise Blue #6BCFDA

Tints of Turquoise Blue #6BCFDA

Color information

#6BCFDA (or 0x6BCFDA) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CF and DA. RGB value is (107,207,218). Sum of RGB (Red+Green+Blue) = 107+207+218=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BCFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFDA is #943025. Grayscale: #B2B2B2. Windows color (decimal): -9711654 or 14339947. OLE color: 14339947.

HSL color Cylindrical-coordinate representation of color #6BCFDA: hue angle of 185.95º degrees, saturation: 0.6, 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 #6BCFDA is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB107207218-
CMYK0.510.0500.15
HSL185.95º60%63.73%-
HSV(B)185.95º50.92%85.49%-
XYZ41.0352.8174.36-
YUV178.35150.3777.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.11%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=20.11%
G=38.91%
B=40.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072072180.510.0500.15185.956063.73
Hex6BCFDA3350Fba3c40
Octal15331733263501727274100
Binary1101011110011111101101011001110101111101110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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