#6BEADC

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

Shades of Turquoise Blue #6BEADC

Tints of Turquoise Blue #6BEADC

Color information

#6BEADC (or 0x6BEADC) is unknown color: approx Turquoise Blue. HEX triplet: 6B, EA and DC. RGB value is (107,234,220). Sum of RGB (Red+Green+Blue) = 107+234+220=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEADC is #941523. Grayscale: #C2C2C2. Windows color (decimal): -9704740 or 14477931. OLE color: 14477931.

HSL color Cylindrical-coordinate representation of color #6BEADC: hue angle of 173.39º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEADC is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB107234220-
CMYK0.5400.060.08
HSL173.39º75.15%66.86%-
HSV(B)173.39º54.27%91.76%-
XYZ48.467.1478.12-
YUV194.43142.4265.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.07%
GREEN value IS 234 (91.80% from 255) = 41.71%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=19.07%
G=41.71%
B=39.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072342200.5400.060.08173.3975.1566.86
Hex6BEADC36068ad4b43
Octal153352334660610255113103
Binary11010111110101011011100110110011010001010110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,234,220); }

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

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

 a { background-color: rgb(107,234,220); }

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

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

 span { border-color: rgb(107,234,220); }

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