#6fdee4

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

Shades of Turquoise Blue #6FDEE4

Tints of Turquoise Blue #6FDEE4

Color information

#6FDEE4 (or 0x6FDEE4) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DE and E4. RGB value is (111,222,228). Sum of RGB (Red+Green+Blue) = 111+222+228=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #6FDEE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDEE4 is #90211B. Grayscale: #BDBDBD. Windows color (decimal): -9445660 or 14999151. OLE color: 14999151.

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

Color convert

RGB111222228-
CMYK0.510.0300.11
HSL183.08º68.42%66.47%-
HSV(B)183.08º51.32%89.41%-
XYZ46.6861.2282.76-
YUV189.49149.7372.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.79%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=19.79%
G=39.57%
B=40.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1112222280.510.0300.11183.0868.4266.47
Hex6FDEE43330Bb74442
Octal157336344633013267104102
Binary1101111110111101110010011001111010111011011110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fdee4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,222,228); }

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

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

 a { background-color: rgb(111,222,228); }

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

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

 span { border-color: rgb(111,222,228); }

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