#6FEEE4

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

Shades of Turquoise Blue #6FEEE4

Tints of Turquoise Blue #6FEEE4

Color information

#6FEEE4 (or 0x6FEEE4) is unknown color: approx Turquoise Blue. HEX triplet: 6F, EE and E4. RGB value is (111,238,228). Sum of RGB (Red+Green+Blue) = 111+238+228=577 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.24% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEEE4 is #90111B. Grayscale: #C6C6C6. Windows color (decimal): -9441564 or 15003247. OLE color: 15003247.

HSL color Cylindrical-coordinate representation of color #6FEEE4: hue angle of 175.28º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEEE4 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB111238228-
CMYK0.5300.040.07
HSL175.28º78.88%68.43%-
HSV(B)175.28º53.36%93.33%-
XYZ51.1370.1384.24-
YUV198.89144.4265.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.24%
GREEN value IS 238 (93.36% from 255) = 41.25%
BLUE value IS 228 (89.45% from 255) = 39.51%
R=19.24%
G=41.25%
B=39.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1112382280.5300.040.07175.2878.8868.43
Hex6FEEE435047af4f44
Octal15735634465047257117104
Binary1101111111011101110010011010101001111010111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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