Html Css Color HEX #9CF1EC Pale Turquoise

📋 copy color: '#9CF1EC'

red 156 ◦ green 241 ◦ blue 236

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

Shades of Pale Turquoise #9CF1EC

Tints of Pale Turquoise #9CF1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.07%

 BLUE value IS 236 (92.58% from 255) = 37.28%

R = 24.64%
G = 38.07%
B = 37.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#9CF1EC (or 0x9CF1EC) is known color: Pale Turquoise. HEX triplet: 9C, F1 and EC. RGB value is (156,241,236). Sum of RGB (Red+Green+Blue) = 156+241+236=633 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.64% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF1EC is #630E13. Grayscale: #D6D6D6. Windows color (decimal): -6491668 or 15528348. OLE color: 15528348.

HSL color Cylindrical-coordinate representation of color #9CF1EC: hue angle of 176.47º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF1EC is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 241 236 -
CMYK 0.35 0 0.02 0.05
HSL 176.47º 0.75% 0.78% -
HSV(B) 176.47º 0.35% 0.95% -
XYZ 60.31 76.03 90.85 -
YUV 215.02 139.84 85.91 -
System Red Green Blue C M Y K H S L
Decimal 156 241 236 0.35 0 0.02 0.05 176.47 0.75 0.78
Hex 9C F1 EC 23 0 2 5 B0 4B 4E
Octal 234 361 354 43 0 2 5 260 113 116
Binary 10011100 11110001 11101100 100011 0 10 101 10110000 1001011 1001110

Color Harmonies of #9CF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF1EC

Black with #9CF1EC

Text Example


Text Example

White with #9CF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,241,236); }

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

background-color css

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

 a { background-color: rgb(156,241,236); }

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

border-color css

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

 span { border-color: rgb(156,241,236); }

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