#6BE0FF

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

Shades of Turquoise Blue #6BE0FF

Tints of Turquoise Blue #6BE0FF

Color information

#6BE0FF (or 0x6BE0FF) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E0 and FF. RGB value is (107,224,255). Sum of RGB (Red+Green+Blue) = 107+224+255=586 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.26% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE0FF is #941F00. Grayscale: #C0C0C0. Windows color (decimal): -9707265 or 16769131. OLE color: 16769131.

HSL color Cylindrical-coordinate representation of color #6BE0FF: hue angle of 192.57º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BE0FF is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB107224255-
CMYK0.580.1200
HSL192.57º100%70.98%-
HSV(B)192.57º58.04%100%-
XYZ50.7763.66104.22-
YUV192.55163.2466.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.26%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 255 (100% from 255) = 43.52%
R=18.26%
G=38.23%
B=43.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072242550.580.1200192.5710070.98
Hex6BE0FF3AC00c16447
Octal153340377721400301144107
Binary110101111100000111111111110101100001100000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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