#6BE0EE

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

Shades of Turquoise Blue #6BE0EE

Tints of Turquoise Blue #6BE0EE

Color information

#6BE0EE (or 0x6BE0EE) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E0 and EE. RGB value is (107,224,238). Sum of RGB (Red+Green+Blue) = 107+224+238=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BE0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE0EE is #941F11. Grayscale: #BEBEBE. Windows color (decimal): -9707282 or 15655019. OLE color: 15655019.

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

Color convert

RGB107224238-
CMYK0.550.0600.07
HSL186.41º79.39%67.65%-
HSV(B)186.41º55.04%93.33%-
XYZ48.1562.6190.44-
YUV190.61154.7468.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.80%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=18.80%
G=39.37%
B=41.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072242380.550.0600.07186.4179.3967.65
Hex6BE0EE37607ba4f44
Octal15334035667607272117104
Binary1101011111000001110111011011111001111011101010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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