Html Css Color HEX #9CFFF1 Pale Turquoise

📋 copy color: '#9CFFF1'

red 156 ◦ green 255 ◦ blue 241

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

Shades of Pale Turquoise #9CFFF1

Tints of Pale Turquoise #9CFFF1

RGB

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

 GREEN value IS 255 (100% from 255) = 39.11%

 BLUE value IS 241 (94.53% from 255) = 36.96%

R = 23.93%
G = 39.11%
B = 36.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#9CFFF1 (or 0x9CFFF1) is known color: Pale Turquoise. HEX triplet: 9C, FF and F1. RGB value is (156,255,241). Sum of RGB (Red+Green+Blue) = 156+255+241=652 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.93% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFFF1 is #63000E. Grayscale: #DFDFDF. Windows color (decimal): -6488079 or 15859612. OLE color: 15859612.

HSL color Cylindrical-coordinate representation of color #9CFFF1: hue angle of 171.52º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFF1 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 156 255 241 -
CMYK 0.39 0 0.05 0
HSL 171.52º 1% 0.81% -
HSV(B) 171.52º 0.39% 1% -
XYZ 65.35 84.94 96.17 -
YUV 223.8 137.7 79.64 -
System Red Green Blue C M Y K H S L
Decimal 156 255 241 0.39 0 0.05 0 171.52 1 0.81
Hex 9C FF F1 27 0 5 0 AC 64 51
Octal 234 377 361 47 0 5 0 254 144 121
Binary 10011100 11111111 11110001 100111 0 101 0 10101100 1100100 1010001

Color Harmonies of #9CFFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFFF1

Black with #9CFFF1

Text Example


Text Example

White with #9CFFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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