#6BCFD4

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

Shades of Turquoise Blue #6BCFD4

Tints of Turquoise Blue #6BCFD4

Color information

#6BCFD4 (or 0x6BCFD4) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CF and D4. RGB value is (107,207,212). Sum of RGB (Red+Green+Blue) = 107+207+212=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #6BCFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFD4 is #94302B. Grayscale: #B1B1B1. Windows color (decimal): -9711660 or 13946731. OLE color: 13946731.

HSL color Cylindrical-coordinate representation of color #6BCFD4: hue angle of 182.86º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BCFD4 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB107207212-
CMYK0.500.0200.17
HSL182.86º54.97%62.55%-
HSV(B)182.86º49.53%83.14%-
XYZ40.2652.570.3-
YUV177.67147.3777.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.34%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=20.34%
G=39.35%
B=40.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1072072120.500.0200.17182.8654.9762.55
Hex6BCFD4322011b7373f
Octal1533173246220212676777
Binary110101111001111110101001100101001000110110111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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