#6BDDFC

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

Shades of Turquoise Blue #6BDDFC

Tints of Turquoise Blue #6BDDFC

Color information

#6BDDFC (or 0x6BDDFC) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DD and FC. RGB value is (107,221,252). Sum of RGB (Red+Green+Blue) = 107+221+252=580 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.45% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDDFC is #942203. Grayscale: #BEBEBE. Windows color (decimal): -9708036 or 16571755. OLE color: 16571755.

HSL color Cylindrical-coordinate representation of color #6BDDFC: hue angle of 192.83º 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 #6BDDFC is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107221252-
CMYK0.580.1200.01
HSL192.83º96.03%70.39%-
HSV(B)192.83º57.54%98.82%-
XYZ49.4961.87101.43-
YUV190.45162.7368.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.45%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 252 (98.83% from 255) = 43.45%
R=18.45%
G=38.10%
B=43.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072212520.580.1200.01192.8396.0370.39
Hex6BDDFC3AC01c16046
Octal153335374721401301140106
Binary110101111011101111111001110101100011100000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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