Html Css Color HEX #95FFEC Pale Turquoise

📋 copy color: '#95FFEC'

red 149 ◦ green 255 ◦ blue 236

#95FFEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #95FFEC

Tints of Pale Turquoise #95FFEC

RGB

 RED value IS 149 (58.59% from 255) = 23.28%

 GREEN value IS 255 (100% from 255) = 39.84%

 BLUE value IS 236 (92.58% from 255) = 36.88%

R = 23.28%
G = 39.84%
B = 36.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#95FFEC (or 0x95FFEC) is known color: Pale Turquoise. HEX triplet: 95, FF and EC. RGB value is (149,255,236). Sum of RGB (Red+Green+Blue) = 149+255+236=640 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.28% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FFEC is #6A0013. Grayscale: #DDDDDD. Windows color (decimal): -6946836 or 15531925. OLE color: 15531925.

HSL color Cylindrical-coordinate representation of color #95FFEC: hue angle of 169.25º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFEC is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 149 255 236 -
CMYK 0.42 0 0.07 0
HSL 169.25º 1% 0.79% -
HSV(B) 169.25º 0.42% 1% -
XYZ 63.29 83.97 92.23 -
YUV 221.14 136.38 76.54 -
System Red Green Blue C M Y K H S L
Decimal 149 255 236 0.42 0 0.07 0 169.25 1 0.79
Hex 95 FF EC 2A 0 7 0 A9 64 4F
Octal 225 377 354 52 0 7 0 251 144 117
Binary 10010101 11111111 11101100 101010 0 111 0 10101001 1100100 1001111

Color Harmonies of #95FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FFEC

Black with #95FFEC

Text Example


Text Example

White with #95FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95FFEC; }

 p { color: rgb(149,255,236); }

 H1.HeaderClassName
 {
   color: #95FFEC;
 }
 .AnyTagClassName
 {
   color: #95FFEC;
 }
</style>

background-color css

<style>
 a { background-color: #95FFEC; }

 a { background-color: rgb(149,255,236); }

 div.DivClassName
 {
   background-color: #95FFEC;
 }
 .BgClassName
 {
   background-color: #95FFEC;
 }
</style>

border-color css

<style>
 span { border-color: #95FFEC; }

 span { border-color: rgb(149,255,236); }

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