Html Css Color HEX #95FFEE Pale Turquoise

📋 copy color: '#95FFEE'

red 149 ◦ green 255 ◦ blue 238

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

Shades of Pale Turquoise #95FFEE

Tints of Pale Turquoise #95FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.07%

R = 23.21%
G = 39.72%
B = 37.07%

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

#95FFEE (or 0x95FFEE) is known color: Pale Turquoise. HEX triplet: 95, FF and EE. RGB value is (149,255,238). Sum of RGB (Red+Green+Blue) = 149+255+238=642 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.21% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FFEE is #6A0011. Grayscale: #DDDDDD. Windows color (decimal): -6946834 or 15662997. OLE color: 15662997.

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

Color convert

RGB 149 255 238 -
CMYK 0.42 0 0.07 0
HSL 170.38º 1% 0.79% -
HSV(B) 170.38º 0.42% 1% -
XYZ 63.59 84.08 93.77 -
YUV 221.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 149 255 238 0.42 0 0.07 0 170.38 1 0.79
Hex 95 FF EE 2A 0 7 0 AA 64 4F
Octal 225 377 356 52 0 7 0 252 144 117
Binary 10010101 11111111 11101110 101010 0 111 0 10101010 1100100 1001111

Color Harmonies of #95FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FFEE

Black with #95FFEE

Text Example


Text Example

White with #95FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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