Html Css Color HEX #9EFEFF Pale Turquoise

📋 copy color: '#9EFEFF'

red 158 ◦ green 254 ◦ blue 255

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

Shades of Pale Turquoise #9EFEFF

Tints of Pale Turquoise #9EFEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.08%

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

R = 23.69%
G = 38.08%
B = 38.23%

CMYK

 C value IS 0.38

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EFEFF (or 0x9EFEFF) is known color: Pale Turquoise. HEX triplet: 9E, FE and FF. RGB value is (158,254,255). Sum of RGB (Red+Green+Blue) = 158+254+255=667 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.69% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFEFF is #610100. Grayscale: #E1E1E1. Windows color (decimal): -6357249 or 16776862. OLE color: 16776862.

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

Color convert

RGB 158 254 255 -
CMYK 0.38 0.00 0 0
HSL 180.62º 1% 0.81% -
HSV(B) 180.62º 0.38% 1% -
XYZ 67.59 85.37 107.52 -
YUV 225.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 158 254 255 0.38 0.00 0 0 180.62 1 0.81
Hex 9E FE FF 26 0 0 0 B5 64 51
Octal 236 376 377 46 0 0 0 265 144 121
Binary 10011110 11111110 11111111 100110 0 0 0 10110101 1100100 1010001

Color Harmonies of #9EFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFEFF

Black with #9EFEFF

Text Example


Text Example

White with #9EFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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