#6BD7FC

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

Shades of Turquoise Blue #6BD7FC

Tints of Turquoise Blue #6BD7FC

Color information

#6BD7FC (or 0x6BD7FC) is unknown color: approx Turquoise Blue. HEX triplet: 6B, D7 and FC. RGB value is (107,215,252). Sum of RGB (Red+Green+Blue) = 107+215+252=574 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.64% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BD7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD7FC is #942803. Grayscale: #BABABA. Windows color (decimal): -9709572 or 16570219. OLE color: 16570219.

HSL color Cylindrical-coordinate representation of color #6BD7FC: hue angle of 195.31º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BD7FC is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107215252-
CMYK0.580.1500.01
HSL195.31º96.03%70.39%-
HSV(B)195.31º57.54%98.82%-
XYZ47.9358.75100.91-
YUV186.93164.7270.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.64%
GREEN value IS 215 (84.38% from 255) = 37.46%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=18.64%
G=37.46%
B=43.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072152520.580.1500.01195.3196.0370.39
Hex6BD7FC3AF01c36046
Octal153327374721701303140106
Binary110101111010111111111001110101111011100001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,215,252); }

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

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

 a { background-color: rgb(107,215,252); }

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

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

 span { border-color: rgb(107,215,252); }

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