#6FEBE4

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

Shades of Turquoise Blue #6FEBE4

Tints of Turquoise Blue #6FEBE4

Color information

#6FEBE4 (or 0x6FEBE4) is unknown color: approx Turquoise Blue. HEX triplet: 6F, EB and E4. RGB value is (111,235,228). Sum of RGB (Red+Green+Blue) = 111+235+228=574 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.34% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBE4 is #90141B. Grayscale: #C5C5C5. Windows color (decimal): -9442332 or 15002479. OLE color: 15002479.

HSL color Cylindrical-coordinate representation of color #6FEBE4: hue angle of 176.61º 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 #6FEBE4 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB111235228-
CMYK0.5300.030.08
HSL176.61º75.61%67.84%-
HSV(B)176.61º52.77%92.16%-
XYZ50.2768.483.95-
YUV197.13145.4266.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.34%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 228 (89.45% from 255) = 39.72%
R=19.34%
G=40.94%
B=39.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112352280.5300.030.08176.6175.6167.84
Hex6FEBE435038b14c44
Octal157353344650310261114104
Binary1101111111010111110010011010101110001011000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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