Html Css Color HEX #9CF7E5 Pale Turquoise

📋 copy color: '#9CF7E5'

red 156 ◦ green 247 ◦ blue 229

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

Shades of Pale Turquoise #9CF7E5

Tints of Pale Turquoise #9CF7E5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.08%

 BLUE value IS 229 (89.84% from 255) = 36.23%

R = 24.68%
G = 39.08%
B = 36.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#9CF7E5 (or 0x9CF7E5) is known color: Pale Turquoise. HEX triplet: 9C, F7 and E5. RGB value is (156,247,229). Sum of RGB (Red+Green+Blue) = 156+247+229=632 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.68% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #9CF7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF7E5 is #63081A. Grayscale: #D9D9D9. Windows color (decimal): -6490139 or 15071132. OLE color: 15071132.

HSL color Cylindrical-coordinate representation of color #9CF7E5: hue angle of 168.13º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF7E5 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 156 247 229 -
CMYK 0.37 0 0.07 0.03
HSL 168.13º 0.85% 0.79% -
HSV(B) 168.13º 0.37% 0.97% -
XYZ 61.11 79.25 86.2 -
YUV 217.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 156 247 229 0.37 0 0.07 0.03 168.13 0.85 0.79
Hex 9C F7 E5 25 0 7 3 A8 55 4F
Octal 234 367 345 45 0 7 3 250 125 117
Binary 10011100 11110111 11100101 100101 0 111 11 10101000 1010101 1001111

Color Harmonies of #9CF7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF7E5

Black with #9CF7E5

Text Example


Text Example

White with #9CF7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,247,229); }

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

background-color css

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

 a { background-color: rgb(156,247,229); }

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

border-color css

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

 span { border-color: rgb(156,247,229); }

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