Html Css Color HEX #9DFFFE Pale Turquoise

📋 copy color: '#9DFFFE'

red 157 ◦ green 255 ◦ blue 254

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

Shades of Pale Turquoise #9DFFFE

Tints of Pale Turquoise #9DFFFE

RGB

 RED value IS 157 (61.72% from 255) = 23.57%

 GREEN value IS 255 (100% from 255) = 38.29%

 BLUE value IS 254 (99.61% from 255) = 38.14%

R = 23.57%
G = 38.29%
B = 38.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#9DFFFE (or 0x9DFFFE) is known color: Pale Turquoise. HEX triplet: 9D, FF and FE. RGB value is (157,255,254). Sum of RGB (Red+Green+Blue) = 157+255+254=666 (88% of max value = 765). Red value is 157 (61.72% from 255 or 23.57% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFFE is #620001. Grayscale: #E1E1E1. Windows color (decimal): -6422530 or 16711581. OLE color: 16711581.

HSL color Cylindrical-coordinate representation of color #9DFFFE: hue angle of 179.39º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFFFE is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB 157 255 254 -
CMYK 0.38 0 0.00 0
HSL 179.39º 1% 0.81% -
HSV(B) 179.39º 0.38% 1% -
XYZ 67.55 85.84 106.78 -
YUV 225.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 157 255 254 0.38 0 0.00 0 179.39 1 0.81
Hex 9D FF FE 26 0 0 0 B3 64 51
Octal 235 377 376 46 0 0 0 263 144 121
Binary 10011101 11111111 11111110 100110 0 0 0 10110011 1100100 1010001

Color Harmonies of #9DFFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFFE

Black with #9DFFFE

Text Example


Text Example

White with #9DFFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,255,254); }

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

background-color css

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

 a { background-color: rgb(157,255,254); }

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

border-color css

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

 span { border-color: rgb(157,255,254); }

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