Html Css Color HEX #9CFAE8 Pale Turquoise

📋 copy color: '#9CFAE8'

red 156 ◦ green 250 ◦ blue 232

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

Shades of Pale Turquoise #9CFAE8

Tints of Pale Turquoise #9CFAE8

RGB

 RED value IS 156 (61.33% from 255) = 24.45%

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

 BLUE value IS 232 (91.02% from 255) = 36.36%

R = 24.45%
G = 39.18%
B = 36.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#9CFAE8 (or 0x9CFAE8) is known color: Pale Turquoise. HEX triplet: 9C, FA and E8. RGB value is (156,250,232). Sum of RGB (Red+Green+Blue) = 156+250+232=638 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.45% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFAE8 is #630517. Grayscale: #DBDBDB. Windows color (decimal): -6489368 or 15268508. OLE color: 15268508.

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

Color convert

RGB 156 250 232 -
CMYK 0.38 0 0.07 0.02
HSL 168.51º 0.9% 0.8% -
HSV(B) 168.51º 0.38% 0.98% -
XYZ 62.46 81.27 88.74 -
YUV 219.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 156 250 232 0.38 0 0.07 0.02 168.51 0.9 0.8
Hex 9C FA E8 26 0 7 2 A9 5A 50
Octal 234 372 350 46 0 7 2 251 132 120
Binary 10011100 11111010 11101000 100110 0 111 10 10101001 1011010 1010000

Color Harmonies of #9CFAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFAE8

Black with #9CFAE8

Text Example


Text Example

White with #9CFAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,250,232); }

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

background-color css

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

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

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

border-color css

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

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

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