#6BE1EE

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

Shades of Turquoise Blue #6BE1EE

Tints of Turquoise Blue #6BE1EE

Color information

#6BE1EE (or 0x6BE1EE) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E1 and EE. RGB value is (107,225,238). Sum of RGB (Red+Green+Blue) = 107+225+238=570 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.77% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BE1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE1EE is #941E11. Grayscale: #BFBFBF. Windows color (decimal): -9707026 or 15655275. OLE color: 15655275.

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

Color convert

RGB107225238-
CMYK0.550.0500.07
HSL185.95º79.39%67.65%-
HSV(B)185.95º55.04%93.33%-
XYZ48.4263.1590.53-
YUV191.2154.4167.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.77%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=18.77%
G=39.47%
B=41.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072252380.550.0500.07185.9579.3967.65
Hex6BE1EE37507ba4f44
Octal15334135667507272117104
Binary1101011111000011110111011011110101111011101010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,225,238); }

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

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

 a { background-color: rgb(107,225,238); }

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

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

 span { border-color: rgb(107,225,238); }

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