Html Css Color HEX #9FEBE5 Pale Turquoise

📋 copy color: '#9FEBE5'

red 159 ◦ green 235 ◦ blue 229

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

Shades of Pale Turquoise #9FEBE5

Tints of Pale Turquoise #9FEBE5

RGB

 RED value IS 159 (62.5% from 255) = 25.52%

 GREEN value IS 235 (92.19% from 255) = 37.72%

 BLUE value IS 229 (89.84% from 255) = 36.76%

R = 25.52%
G = 37.72%
B = 36.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#9FEBE5 (or 0x9FEBE5) is known color: Pale Turquoise. HEX triplet: 9F, EB and E5. RGB value is (159,235,229). Sum of RGB (Red+Green+Blue) = 159+235+229=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBE5 is #60141A. Grayscale: #D3D3D3. Windows color (decimal): -6296603 or 15068063. OLE color: 15068063.

HSL color Cylindrical-coordinate representation of color #9FEBE5: hue angle of 175.26º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBE5 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 235 229 -
CMYK 0.32 0 0.03 0.08
HSL 175.26º 0.66% 0.77% -
HSV(B) 175.26º 0.32% 0.92% -
XYZ 58.15 72.44 85.05 -
YUV 211.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 159 235 229 0.32 0 0.03 0.08 175.26 0.66 0.77
Hex 9F EB E5 20 0 3 8 AF 42 4D
Octal 237 353 345 40 0 3 10 257 102 115
Binary 10011111 11101011 11100101 100000 0 11 1000 10101111 1000010 1001101

Color Harmonies of #9FEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBE5

Black with #9FEBE5

Text Example


Text Example

White with #9FEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FEBE5; }

 p { color: rgb(159,235,229); }

 H1.HeaderClassName
 {
   color: #9FEBE5;
 }
 .AnyTagClassName
 {
   color: #9FEBE5;
 }
</style>

background-color css

<style>
 a { background-color: #9FEBE5; }

 a { background-color: rgb(159,235,229); }

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

border-color css

<style>
 span { border-color: #9FEBE5; }

 span { border-color: rgb(159,235,229); }

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