#6BF0E4

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

Shades of Turquoise Blue #6BF0E4

Tints of Turquoise Blue #6BF0E4

Color information

#6BF0E4 (or 0x6BF0E4) is unknown color: approx Turquoise Blue. HEX triplet: 6B, F0 and E4. RGB value is (107,240,228). Sum of RGB (Red+Green+Blue) = 107+240+228=575 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.61% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF0E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF0E4 is #940F1B. Grayscale: #C6C6C6. Windows color (decimal): -9703196 or 15003755. OLE color: 15003755.

HSL color Cylindrical-coordinate representation of color #6BF0E4: hue angle of 174.59º 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 #6BF0E4 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB107240228-
CMYK0.5500.050.06
HSL174.59º81.6%68.04%-
HSV(B)174.59º55.42%94.12%-
XYZ51.2371.0584.41-
YUV198.86144.4462.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.61%
GREEN value IS 240 (94.14% from 255) = 41.74%
BLUE value IS 228 (89.45% from 255) = 39.65%
R=18.61%
G=41.74%
B=39.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1072402280.5500.050.06174.5981.668.04
Hex6BF0E437056af5244
Octal15336034467056257122104
Binary1101011111100001110010011011101011101010111110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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