#6BCFEC

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

Shades of Turquoise Blue #6BCFEC

Tints of Turquoise Blue #6BCFEC

Color information

#6BCFEC (or 0x6BCFEC) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CF and EC. RGB value is (107,207,236). Sum of RGB (Red+Green+Blue) = 107+207+236=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BCFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCFEC is #943013. Grayscale: #B4B4B4. Windows color (decimal): -9711636 or 15519595. OLE color: 15519595.

HSL color Cylindrical-coordinate representation of color #6BCFEC: hue angle of 193.49º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BCFEC is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB107207236-
CMYK0.550.1200.07
HSL193.49º77.25%67.25%-
HSV(B)193.49º54.66%92.55%-
XYZ43.5253.8187.45-
YUV180.41159.3775.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.45%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 236 (92.58% from 255) = 42.91%
R=19.45%
G=37.64%
B=42.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072072360.550.1200.07193.4977.2567.25
Hex6BCFEC37C07c14d43
Octal153317354671407301115103
Binary11010111100111111101100110111110001111100000110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,207,236); }

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

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

 a { background-color: rgb(107,207,236); }

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

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

 span { border-color: rgb(107,207,236); }

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