Html Css Color HEX #9FEAE3 Pale Turquoise

📋 copy color: '#9FEAE3'

red 159 ◦ green 234 ◦ blue 227

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

Shades of Pale Turquoise #9FEAE3

Tints of Pale Turquoise #9FEAE3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.74%

 BLUE value IS 227 (89.06% from 255) = 36.61%

R = 25.65%
G = 37.74%
B = 36.61%

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

#9FEAE3 (or 0x9FEAE3) is known color: Pale Turquoise. HEX triplet: 9F, EA and E3. RGB value is (159,234,227). Sum of RGB (Red+Green+Blue) = 159+234+227=620 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.65% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEAE3 is #60151C. Grayscale: #D2D2D2. Windows color (decimal): -6296861 or 14936735. OLE color: 14936735.

HSL color Cylindrical-coordinate representation of color #9FEAE3: hue angle of 174.4º degrees, saturation: 0.64, 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 #9FEAE3 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 234 227 -
CMYK 0.32 0 0.03 0.08
HSL 174.4º 0.64% 0.77% -
HSV(B) 174.4º 0.32% 0.92% -
XYZ 57.59 71.76 83.49 -
YUV 210.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 159 234 227 0.32 0 0.03 0.08 174.4 0.64 0.77
Hex 9F EA E3 20 0 3 8 AE 40 4D
Octal 237 352 343 40 0 3 10 256 100 115
Binary 10011111 11101010 11100011 100000 0 11 1000 10101110 1000000 1001101

Color Harmonies of #9FEAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEAE3

Black with #9FEAE3

Text Example


Text Example

White with #9FEAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,234,227); }

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

background-color css

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

 a { background-color: rgb(159,234,227); }

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

border-color css

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

 span { border-color: rgb(159,234,227); }

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