Html Css Color HEX #9FFCED Pale Turquoise

📋 copy color: '#9FFCED'

red 159 ◦ green 252 ◦ blue 237

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

Shades of Pale Turquoise #9FFCED

Tints of Pale Turquoise #9FFCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.89%

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

R = 24.54%
G = 38.89%
B = 36.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#9FFCED (or 0x9FFCED) is known color: Pale Turquoise. HEX triplet: 9F, FC and ED. RGB value is (159,252,237). Sum of RGB (Red+Green+Blue) = 159+252+237=648 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.54% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCED is #600312. Grayscale: #DEDEDE. Windows color (decimal): -6292243 or 15596703. OLE color: 15596703.

HSL color Cylindrical-coordinate representation of color #9FFCED: hue angle of 170.32º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCED is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 252 237 -
CMYK 0.37 0 0.06 0.01
HSL 170.32º 0.94% 0.81% -
HSV(B) 170.32º 0.37% 0.99% -
XYZ 64.39 83.11 92.77 -
YUV 222.48 136.19 82.72 -
System Red Green Blue C M Y K H S L
Decimal 159 252 237 0.37 0 0.06 0.01 170.32 0.94 0.81
Hex 9F FC ED 25 0 6 1 AA 5E 51
Octal 237 374 355 45 0 6 1 252 136 121
Binary 10011111 11111100 11101101 100101 0 110 1 10101010 1011110 1010001

Color Harmonies of #9FFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFCED

Black with #9FFCED

Text Example


Text Example

White with #9FFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,252,237); }

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

background-color css

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

 a { background-color: rgb(159,252,237); }

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

border-color css

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

 span { border-color: rgb(159,252,237); }

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