Html Css Color HEX #9EFAFF Pale Turquoise

📋 copy color: '#9EFAFF'

red 158 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #9EFAFF

Tints of Pale Turquoise #9EFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.71%

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

R = 23.83%
G = 37.71%
B = 38.46%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9EFAFF (or 0x9EFAFF) is known color: Pale Turquoise. HEX triplet: 9E, FA and FF. RGB value is (158,250,255). Sum of RGB (Red+Green+Blue) = 158+250+255=663 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.83% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFAFF is #610500. Grayscale: #DEDEDE. Windows color (decimal): -6358273 or 16775838. OLE color: 16775838.

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

Color convert

RGB 158 250 255 -
CMYK 0.38 0.02 0 0
HSL 183.09º 1% 0.81% -
HSV(B) 183.09º 0.38% 1% -
XYZ 66.34 82.86 107.11 -
YUV 223.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 158 250 255 0.38 0.02 0 0 183.09 1 0.81
Hex 9E FA FF 26 2 0 0 B7 64 51
Octal 236 372 377 46 2 0 0 267 144 121
Binary 10011110 11111010 11111111 100110 10 0 0 10110111 1100100 1010001

Color Harmonies of #9EFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFAFF

Black with #9EFAFF

Text Example


Text Example

White with #9EFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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