Html Css Color HEX #9EFFF0 Pale Turquoise

📋 copy color: '#9EFFF0'

red 158 ◦ green 255 ◦ blue 240

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

Shades of Pale Turquoise #9EFFF0

Tints of Pale Turquoise #9EFFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.75%

R = 24.2%
G = 39.05%
B = 36.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#9EFFF0 (or 0x9EFFF0) is known color: Pale Turquoise. HEX triplet: 9E, FF and F0. RGB value is (158,255,240). Sum of RGB (Red+Green+Blue) = 158+255+240=653 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.20% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFF0 is #61000F. Grayscale: #E0E0E0. Windows color (decimal): -6357008 or 15794078. OLE color: 15794078.

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

Color convert

RGB 158 255 240 -
CMYK 0.38 0 0.06 0
HSL 170.72º 1% 0.81% -
HSV(B) 170.72º 0.38% 1% -
XYZ 65.59 85.08 95.4 -
YUV 224.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 158 255 240 0.38 0 0.06 0 170.72 1 0.81
Hex 9E FF F0 26 0 6 0 AB 64 51
Octal 236 377 360 46 0 6 0 253 144 121
Binary 10011110 11111111 11110000 100110 0 110 0 10101011 1100100 1010001

Color Harmonies of #9EFFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFF0

Black with #9EFFF0

Text Example


Text Example

White with #9EFFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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