#6FEBDD

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

Shades of Turquoise Blue #6FEBDD

Tints of Turquoise Blue #6FEBDD

Color information

#6FEBDD (or 0x6FEBDD) is unknown color: approx Turquoise Blue. HEX triplet: 6F, EB and DD. RGB value is (111,235,221). Sum of RGB (Red+Green+Blue) = 111+235+221=567 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.58% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBDD is #901422. Grayscale: #C4C4C4. Windows color (decimal): -9442339 or 14543727. OLE color: 14543727.

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

Color convert

RGB111235221-
CMYK0.5300.060.08
HSL173.23º75.61%67.84%-
HSV(B)173.23º52.77%92.16%-
XYZ49.3268.0278.94-
YUV196.33141.9267.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.58%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=19.58%
G=41.45%
B=38.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112352210.5300.060.08173.2375.6167.84
Hex6FEBDD35068ad4c44
Octal157353335650610255114104
Binary11011111110101111011101110101011010001010110110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,235,221); }

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

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

 a { background-color: rgb(111,235,221); }

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

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

 span { border-color: rgb(111,235,221); }

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