Html Css Color HEX #95FFED Pale Turquoise

📋 copy color: '#95FFED'

red 149 ◦ green 255 ◦ blue 237

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

Shades of Pale Turquoise #95FFED

Tints of Pale Turquoise #95FFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.97%

R = 23.24%
G = 39.78%
B = 36.97%

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

#95FFED (or 0x95FFED) is known color: Pale Turquoise. HEX triplet: 95, FF and ED. RGB value is (149,255,237). Sum of RGB (Red+Green+Blue) = 149+255+237=641 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.24% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FFED is #6A0012. Grayscale: #DDDDDD. Windows color (decimal): -6946835 or 15597461. OLE color: 15597461.

HSL color Cylindrical-coordinate representation of color #95FFED: hue angle of 169.81º 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 #95FFED is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 149 255 237 -
CMYK 0.42 0 0.07 0
HSL 169.81º 1% 0.79% -
HSV(B) 169.81º 0.42% 1% -
XYZ 63.44 84.02 93 -
YUV 221.25 136.88 76.46 -
System Red Green Blue C M Y K H S L
Decimal 149 255 237 0.42 0 0.07 0 169.81 1 0.79
Hex 95 FF ED 2A 0 7 0 AA 64 4F
Octal 225 377 355 52 0 7 0 252 144 117
Binary 10010101 11111111 11101101 101010 0 111 0 10101010 1100100 1001111

Color Harmonies of #95FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FFED

Black with #95FFED

Text Example


Text Example

White with #95FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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