Html Css Color HEX #9EFBF2 Pale Turquoise

📋 copy color: '#9EFBF2'

red 158 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #9EFBF2

Tints of Pale Turquoise #9EFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.56%

 BLUE value IS 242 (94.92% from 255) = 37.17%

R = 24.27%
G = 38.56%
B = 37.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#9EFBF2 (or 0x9EFBF2) is known color: Pale Turquoise. HEX triplet: 9E, FB and F2. RGB value is (158,251,242). Sum of RGB (Red+Green+Blue) = 158+251+242=651 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.27% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFBF2 is #61040D. Grayscale: #DEDEDE. Windows color (decimal): -6358030 or 15924126. OLE color: 15924126.

HSL color Cylindrical-coordinate representation of color #9EFBF2: hue angle of 174.19º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFBF2 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 251 242 -
CMYK 0.37 0 0.04 0.02
HSL 174.19º 0.92% 0.8% -
HSV(B) 174.19º 0.37% 0.98% -
XYZ 64.62 82.67 96.56 -
YUV 222.17 139.19 82.23 -
System Red Green Blue C M Y K H S L
Decimal 158 251 242 0.37 0 0.04 0.02 174.19 0.92 0.8
Hex 9E FB F2 25 0 4 2 AE 5C 50
Octal 236 373 362 45 0 4 2 256 134 120
Binary 10011110 11111011 11110010 100101 0 100 10 10101110 1011100 1010000

Color Harmonies of #9EFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFBF2

Black with #9EFBF2

Text Example


Text Example

White with #9EFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,251,242); }

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

background-color css

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

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

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

border-color css

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

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

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