#6BEFE1

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

Shades of Turquoise Blue #6BEFE1

Tints of Turquoise Blue #6BEFE1

Color information

#6BEFE1 (or 0x6BEFE1) is unknown color: approx Turquoise Blue. HEX triplet: 6B, EF and E1. RGB value is (107,239,225). Sum of RGB (Red+Green+Blue) = 107+239+225=571 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.74% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFE1 is #94101E. Grayscale: #C5C5C5. Windows color (decimal): -9703455 or 14806891. OLE color: 14806891.

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

Color convert

RGB107239225-
CMYK0.5500.060.06
HSL173.64º80.49%67.84%-
HSV(B)173.64º55.23%93.73%-
XYZ50.5270.382.14-
YUV197.94143.2763.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.74%
GREEN value IS 239 (93.75% from 255) = 41.86%
BLUE value IS 225 (88.28% from 255) = 39.40%
R=18.74%
G=41.86%
B=39.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1072392250.5500.060.06173.6480.4967.84
Hex6BEFE137066ae5044
Octal15335734167066256120104
Binary1101011111011111110000111011101101101010111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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