Html Css Color HEX #95F7EF Pale Turquoise

📋 copy color: '#95F7EF'

red 149 ◦ green 247 ◦ blue 239

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

Shades of Pale Turquoise #95F7EF

Tints of Pale Turquoise #95F7EF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.9%

 BLUE value IS 239 (93.75% from 255) = 37.64%

R = 23.46%
G = 38.9%
B = 37.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#95F7EF (or 0x95F7EF) is known color: Pale Turquoise. HEX triplet: 95, F7 and EF. RGB value is (149,247,239). Sum of RGB (Red+Green+Blue) = 149+247+239=635 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.46% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #95F7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F7EF is #6A0810. Grayscale: #D8D8D8. Windows color (decimal): -6948881 or 15726485. OLE color: 15726485.

HSL color Cylindrical-coordinate representation of color #95F7EF: hue angle of 175.1º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F7EF is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 247 239 -
CMYK 0.40 0 0.03 0.03
HSL 175.1º 0.86% 0.78% -
HSV(B) 175.1º 0.4% 0.97% -
XYZ 61.24 79.14 93.71 -
YUV 216.79 140.53 79.65 -
System Red Green Blue C M Y K H S L
Decimal 149 247 239 0.40 0 0.03 0.03 175.1 0.86 0.78
Hex 95 F7 EF 28 0 3 3 AF 56 4E
Octal 225 367 357 50 0 3 3 257 126 116
Binary 10010101 11110111 11101111 101000 0 11 11 10101111 1010110 1001110

Color Harmonies of #95F7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F7EF

Black with #95F7EF

Text Example


Text Example

White with #95F7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,247,239); }

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

background-color css

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

 a { background-color: rgb(149,247,239); }

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

border-color css

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

 span { border-color: rgb(149,247,239); }

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