#6BE3DD

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

Shades of Turquoise Blue #6BE3DD

Tints of Turquoise Blue #6BE3DD

Color information

#6BE3DD (or 0x6BE3DD) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E3 and DD. RGB value is (107,227,221). Sum of RGB (Red+Green+Blue) = 107+227+221=555 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.28% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #6BE3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE3DD is #941C22. Grayscale: #BEBEBE. Windows color (decimal): -9706531 or 14541675. OLE color: 14541675.

HSL color Cylindrical-coordinate representation of color #6BE3DD: hue angle of 177º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE3DD is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB107227221-
CMYK0.5300.030.11
HSL177º68.18%65.49%-
HSV(B)177º52.86%89.02%-
XYZ46.5863.2878.17-
YUV190.44145.2468.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.28%
GREEN value IS 227 (89.06% from 255) = 40.90%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=19.28%
G=40.90%
B=39.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1072272210.5300.030.1117768.1865.49
Hex6BE3DD3503Bb14441
Octal153343335650313261104101
Binary1101011111000111101110111010101110111011000110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,227,221); }

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

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

 a { background-color: rgb(107,227,221); }

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

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

 span { border-color: rgb(107,227,221); }

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