#6BF0DF

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

Shades of Turquoise Blue #6BF0DF

Tints of Turquoise Blue #6BF0DF

Color information

#6BF0DF (or 0x6BF0DF) is unknown color: approx Turquoise Blue. HEX triplet: 6B, F0 and DF. RGB value is (107,240,223). Sum of RGB (Red+Green+Blue) = 107+240+223=570 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.77% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF0DF is #940F20. Grayscale: #C6C6C6. Windows color (decimal): -9703201 or 14676075. OLE color: 14676075.

HSL color Cylindrical-coordinate representation of color #6BF0DF: hue angle of 172.33º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BF0DF is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB107240223-
CMYK0.5500.070.06
HSL172.33º81.6%68.04%-
HSV(B)172.33º55.42%94.12%-
XYZ50.5470.7780.81-
YUV198.3141.9462.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.77%
GREEN value IS 240 (94.14% from 255) = 42.11%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=18.77%
G=42.11%
B=39.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1072402230.5500.070.06172.3381.668.04
Hex6BF0DF37076ac5244
Octal15336033767076254122104
Binary1101011111100001101111111011101111101010110010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,240,223); }

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

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

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

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

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

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

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