Html Css Color HEX #9EFFFC Pale Turquoise

📋 copy color: '#9EFFFC'

red 158 ◦ green 255 ◦ blue 252

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

Shades of Pale Turquoise #9EFFFC

Tints of Pale Turquoise #9EFFFC

RGB

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

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

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

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

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 158 255 252 -
CMYK 0.38 0 0.01 0
HSL 178.14º 1% 0.81% -
HSV(B) 178.14º 0.38% 1% -
XYZ 67.43 85.82 105.11 -
YUV 225.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 158 255 252 0.38 0 0.01 0 178.14 1 0.81
Hex 9E FF FC 26 0 1 0 B2 64 51
Octal 236 377 374 46 0 1 0 262 144 121
Binary 10011110 11111111 11111100 100110 0 1 0 10110010 1100100 1010001

Color Harmonies of #9EFFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFFC

Black with #9EFFFC

Text Example


Text Example

White with #9EFFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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