Html Css Color HEX #9FFDEE Pale Turquoise

📋 copy color: '#9FFDEE'

red 159 ◦ green 253 ◦ blue 238

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

Shades of Pale Turquoise #9FFDEE

Tints of Pale Turquoise #9FFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.92%

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

R = 24.46%
G = 38.92%
B = 36.62%

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

#9FFDEE (or 0x9FFDEE) is known color: Pale Turquoise. HEX triplet: 9F, FD and EE. RGB value is (159,253,238). Sum of RGB (Red+Green+Blue) = 159+253+238=650 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.46% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFDEE is #600211. Grayscale: #DFDFDF. Windows color (decimal): -6291986 or 15662495. OLE color: 15662495.

HSL color Cylindrical-coordinate representation of color #9FFDEE: hue angle of 170.43º degrees, saturation: 0.96, 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 #9FFDEE is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 253 238 -
CMYK 0.37 0 0.06 0.01
HSL 170.43º 0.96% 0.81% -
HSV(B) 170.43º 0.37% 0.99% -
XYZ 64.86 83.79 93.64 -
YUV 223.18 136.36 82.22 -
System Red Green Blue C M Y K H S L
Decimal 159 253 238 0.37 0 0.06 0.01 170.43 0.96 0.81
Hex 9F FD EE 25 0 6 1 AA 60 51
Octal 237 375 356 45 0 6 1 252 140 121
Binary 10011111 11111101 11101110 100101 0 110 1 10101010 1100000 1010001

Color Harmonies of #9FFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFDEE

Black with #9FFDEE

Text Example


Text Example

White with #9FFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,253,238); }

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

background-color css

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

 a { background-color: rgb(159,253,238); }

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

border-color css

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

 span { border-color: rgb(159,253,238); }

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