#6BD6F2

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

Shades of Turquoise Blue #6BD6F2

Tints of Turquoise Blue #6BD6F2

Color information

#6BD6F2 (or 0x6BD6F2) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D6 and F2. RGB value is (107,214,242). Sum of RGB (Red+Green+Blue) = 107+214+242=563 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.01% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #6BD6F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD6F2 is #94290D. Grayscale: #B8B8B8. Windows color (decimal): -9709838 or 15914603. OLE color: 15914603.

HSL color Cylindrical-coordinate representation of color #6BD6F2: hue angle of 192.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BD6F2 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB107214242-
CMYK0.560.1200.05
HSL192.44º83.85%68.43%-
HSV(B)192.44º55.79%94.9%-
XYZ46.1457.6392.7-
YUV185.2160.0572.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.01%
GREEN value IS 214 (83.98% from 255) = 38.01%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=19.01%
G=38.01%
B=42.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1072142420.560.1200.05192.4483.8568.43
Hex6BD6F238C05c05444
Octal153326362701405300124104
Binary11010111101011011110010111000110001011100000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,214,242); }

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

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

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

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

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

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

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