#6BF1E5

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

Shades of Turquoise Blue #6BF1E5

Tints of Turquoise Blue #6BF1E5

Color information

#6BF1E5 (or 0x6BF1E5) is unknown color: approx Turquoise Blue. HEX triplet: 6B, F1 and E5. RGB value is (107,241,229). Sum of RGB (Red+Green+Blue) = 107+241+229=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF1E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF1E5 is #940E1A. Grayscale: #C7C7C7. Windows color (decimal): -9702939 or 15069547. OLE color: 15069547.

HSL color Cylindrical-coordinate representation of color #6BF1E5: hue angle of 174.63º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF1E5 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB107241229-
CMYK0.5600.050.05
HSL174.63º82.72%68.24%-
HSV(B)174.63º55.6%94.51%-
XYZ51.6671.6985.24-
YUV199.57144.6161.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.54%
GREEN value IS 241 (94.53% from 255) = 41.77%
BLUE value IS 229 (89.84% from 255) = 39.69%
R=18.54%
G=41.77%
B=39.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1072412290.5600.050.05174.6382.7268.24
Hex6BF1E538055af5344
Octal15336134570055257123104
Binary1101011111100011110010111100001011011010111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,241,229); }

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

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

 a { background-color: rgb(107,241,229); }

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

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

 span { border-color: rgb(107,241,229); }

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