Html Css Color HEX #9EFCFF Pale Turquoise

📋 copy color: '#9EFCFF'

red 158 ◦ green 252 ◦ blue 255

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

Shades of Pale Turquoise #9EFCFF

Tints of Pale Turquoise #9EFCFF

RGB

 RED value IS 158 (62.11% from 255) = 23.76%

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

 BLUE value IS 255 (100% from 255) = 38.35%

R = 23.76%
G = 37.89%
B = 38.35%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EFCFF (or 0x9EFCFF) is known color: Pale Turquoise. HEX triplet: 9E, FC and FF. RGB value is (158,252,255). Sum of RGB (Red+Green+Blue) = 158+252+255=665 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.76% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFCFF is #610300. Grayscale: #E0E0E0. Windows color (decimal): -6357761 or 16776350. OLE color: 16776350.

HSL color Cylindrical-coordinate representation of color #9EFCFF: hue angle of 181.86º 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 #9EFCFF is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 158 252 255 -
CMYK 0.38 0.01 0 0
HSL 181.86º 1% 0.81% -
HSV(B) 181.86º 0.38% 1% -
XYZ 66.96 84.11 107.31 -
YUV 224.24 145.36 80.76 -
System Red Green Blue C M Y K H S L
Decimal 158 252 255 0.38 0.01 0 0 181.86 1 0.81
Hex 9E FC FF 26 1 0 0 B6 64 51
Octal 236 374 377 46 1 0 0 266 144 121
Binary 10011110 11111100 11111111 100110 1 0 0 10110110 1100100 1010001

Color Harmonies of #9EFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFCFF

Black with #9EFCFF

Text Example


Text Example

White with #9EFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,252,255); }

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

background-color css

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

 a { background-color: rgb(158,252,255); }

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

border-color css

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

 span { border-color: rgb(158,252,255); }

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