#6BE0F0

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

Shades of Turquoise Blue #6BE0F0

Tints of Turquoise Blue #6BE0F0

Color information

#6BE0F0 (or 0x6BE0F0) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E0 and F0. RGB value is (107,224,240). Sum of RGB (Red+Green+Blue) = 107+224+240=571 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.74% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BE0F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE0F0 is #941F0F. Grayscale: #BEBEBE. Windows color (decimal): -9707280 or 15786091. OLE color: 15786091.

HSL color Cylindrical-coordinate representation of color #6BE0F0: hue angle of 187.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BE0F0 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB107224240-
CMYK0.550.0700.06
HSL187.22º81.6%68.04%-
HSV(B)187.22º55.42%94.12%-
XYZ48.4562.7391.99-
YUV190.84155.7468.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.74%
GREEN value IS 224 (87.89% from 255) = 39.23%
BLUE value IS 240 (94.14% from 255) = 42.03%
R=18.74%
G=39.23%
B=42.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1072242400.550.0700.06187.2281.668.04
Hex6BE0F037706bb5244
Octal15334036067706273122104
Binary1101011111000001111000011011111101101011101110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,224,240); }

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

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

 a { background-color: rgb(107,224,240); }

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

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

 span { border-color: rgb(107,224,240); }

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