#6BD0F3

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

Shades of Turquoise Blue #6BD0F3

Tints of Turquoise Blue #6BD0F3

Color information

#6BD0F3 (or 0x6BD0F3) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D0 and F3. RGB value is (107,208,243). Sum of RGB (Red+Green+Blue) = 107+208+243=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #6BD0F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD0F3 is #942F0C. Grayscale: #B5B5B5. Windows color (decimal): -9711373 or 15978603. OLE color: 15978603.

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

Color convert

RGB107208243-
CMYK0.560.1400.05
HSL195.44º85%68.63%-
HSV(B)195.44º55.97%95.29%-
XYZ44.854.7192.99-
YUV181.79162.5474.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.18%
GREEN value IS 208 (81.64% from 255) = 37.28%
BLUE value IS 243 (95.31% from 255) = 43.55%
R=19.18%
G=37.28%
B=43.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1072082430.560.1400.05195.448568.63
Hex6BD0F338E05c35545
Octal153320363701605303125105
Binary11010111101000011110011111000111001011100001110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,208,243); }

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

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

 a { background-color: rgb(107,208,243); }

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

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

 span { border-color: rgb(107,208,243); }

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