Html Css Color HEX #9CF9E5 Pale Turquoise

📋 copy color: '#9CF9E5'

red 156 ◦ green 249 ◦ blue 229

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

Shades of Pale Turquoise #9CF9E5

Tints of Pale Turquoise #9CF9E5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.27%

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

R = 24.61%
G = 39.27%
B = 36.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#9CF9E5 (or 0x9CF9E5) is known color: Pale Turquoise. HEX triplet: 9C, F9 and E5. RGB value is (156,249,229). Sum of RGB (Red+Green+Blue) = 156+249+229=634 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.61% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF9E5 is #63061A. Grayscale: #DADADA. Windows color (decimal): -6489627 or 15071644. OLE color: 15071644.

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

Color convert

RGB 156 249 229 -
CMYK 0.37 0 0.08 0.02
HSL 167.1º 0.89% 0.79% -
HSV(B) 167.1º 0.37% 0.98% -
XYZ 61.73 80.48 86.41 -
YUV 218.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 156 249 229 0.37 0 0.08 0.02 167.1 0.89 0.79
Hex 9C F9 E5 25 0 8 2 A7 59 4F
Octal 234 371 345 45 0 10 2 247 131 117
Binary 10011100 11111001 11100101 100101 0 1000 10 10100111 1011001 1001111

Color Harmonies of #9CF9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF9E5

Black with #9CF9E5

Text Example


Text Example

White with #9CF9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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