Html Css Color HEX #9FEFEE Pale Turquoise

📋 copy color: '#9FEFEE'

red 159 ◦ green 239 ◦ blue 238

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

Shades of Pale Turquoise #9FEFEE

Tints of Pale Turquoise #9FEFEE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.58%

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

R = 25%
G = 37.58%
B = 37.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#9FEFEE (or 0x9FEFEE) is known color: Pale Turquoise. HEX triplet: 9F, EF and EE. RGB value is (159,239,238). Sum of RGB (Red+Green+Blue) = 159+239+238=636 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEFEE is #601011. Grayscale: #D6D6D6. Windows color (decimal): -6295570 or 15658911. OLE color: 15658911.

HSL color Cylindrical-coordinate representation of color #9FEFEE: hue angle of 179.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFEE is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 239 238 -
CMYK 0.33 0 0.00 0.06
HSL 179.25º 0.71% 0.78% -
HSV(B) 179.25º 0.33% 0.94% -
XYZ 60.6 75.28 92.23 -
YUV 214.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 159 239 238 0.33 0 0.00 0.06 179.25 0.71 0.78
Hex 9F EF EE 21 0 0 6 B3 47 4E
Octal 237 357 356 41 0 0 6 263 107 116
Binary 10011111 11101111 11101110 100001 0 0 110 10110011 1000111 1001110

Color Harmonies of #9FEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFEE

Black with #9FEFEE

Text Example


Text Example

White with #9FEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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