Html Css Color HEX #9EFFFF Pale Turquoise

📋 copy color: '#9EFFFF'

red 158 ◦ green 255 ◦ blue 255

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

Shades of Pale Turquoise #9EFFFF

Tints of Pale Turquoise #9EFFFF

RGB

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

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

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

R = 23.65%
G = 38.17%
B = 38.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EFFFF (or 0x9EFFFF) is known color: Pale Turquoise. HEX triplet: 9E, FF and FF. RGB value is (158,255,255). Sum of RGB (Red+Green+Blue) = 158+255+255=668 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.65% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #9EFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFFF is #610000. Grayscale: #E1E1E1. Windows color (decimal): -6356993 or 16777118. OLE color: 16777118.

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

Color convert

RGB 158 255 255 -
CMYK 0.38 0 0 0
HSL 180º 1% 0.81% -
HSV(B) 180º 0.38% 1% -
XYZ 67.91 86.01 107.63 -
YUV 226 144.36 79.5 -
System Red Green Blue C M Y K H S L
Decimal 158 255 255 0.38 0 0 0 180 1 0.81
Hex 9E FF FF 26 0 0 0 B4 64 51
Octal 236 377 377 46 0 0 0 264 144 121
Binary 10011110 11111111 11111111 100110 0 0 0 10110100 1100100 1010001

Color Harmonies of #9EFFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFFF

Black with #9EFFFF

Text Example


Text Example

White with #9EFFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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