Html Css Color HEX #9EFAFA Pale Turquoise

📋 copy color: '#9EFAFA'

red 158 ◦ green 250 ◦ blue 250

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

Shades of Pale Turquoise #9EFAFA

Tints of Pale Turquoise #9EFAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.99%

R = 24.01%
G = 37.99%
B = 37.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9EFAFA (or 0x9EFAFA) is known color: Pale Turquoise. HEX triplet: 9E, FA and FA. RGB value is (158,250,250). Sum of RGB (Red+Green+Blue) = 158+250+250=658 (87% of max value = 765). Red value is 158 (62.11% from 255 or 24.01% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #9EFAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFAFA is #610505. Grayscale: #DEDEDE. Windows color (decimal): -6358278 or 16448158. OLE color: 16448158.

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

Color convert

RGB 158 250 250 -
CMYK 0.37 0 0 0.02
HSL 180º 0.9% 0.8% -
HSV(B) 180º 0.37% 0.98% -
XYZ 65.54 82.54 102.92 -
YUV 222.49 143.52 82 -
System Red Green Blue C M Y K H S L
Decimal 158 250 250 0.37 0 0 0.02 180 0.9 0.8
Hex 9E FA FA 25 0 0 2 B4 5A 50
Octal 236 372 372 45 0 0 2 264 132 120
Binary 10011110 11111010 11111010 100101 0 0 10 10110100 1011010 1010000

Color Harmonies of #9EFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFAFA

Black with #9EFAFA

Text Example


Text Example

White with #9EFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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