#94FBED

Color #94FBED Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #94FBED

Tints of Pale Turquoise #94FBED

Color information

#94FBED (or 0x94FBED) is unknown color: approx Pale Turquoise. HEX triplet: 94, FB and ED. RGB value is (148,251,237). Sum of RGB (Red+Green+Blue) = 148+251+237=636 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.27% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FBED is #6B0412. Grayscale: #DADADA. Windows color (decimal): -7013395 or 15596436. OLE color: 15596436.

HSL color Cylindrical-coordinate representation of color #94FBED: hue angle of 171.84º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FBED is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB148251237-
CMYK0.4100.060.02
HSL171.84º92.79%78.24%-
HSV(B)171.84º41.04%98.43%-
XYZ6281.492.57-
YUV218.61138.3877.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.27%
GREEN value IS 251 (98.44% from 255) = 39.47%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=23.27%
G=39.47%
B=37.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482512370.4100.060.02171.8492.7978.24
Hex94FBED29062ac5d4e
Octal22437335551062254135116
Binary1001010011111011111011011010010110101010110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94FBED; }

 p { color: rgb(148,251,237); }

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

<style>
 a { background-color: #94FBED; }

 a { background-color: rgb(148,251,237); }

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

<style>
 span { border-color: #94FBED; }

 span { border-color: rgb(148,251,237); }

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