Html Css Color HEX #9CF8F3 Pale Turquoise

📋 copy color: '#9CF8F3'

red 156 ◦ green 248 ◦ blue 243

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

Shades of Pale Turquoise #9CF8F3

Tints of Pale Turquoise #9CF8F3

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.33%

 BLUE value IS 243 (95.31% from 255) = 37.56%

R = 24.11%
G = 38.33%
B = 37.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#9CF8F3 (or 0x9CF8F3) is known color: Pale Turquoise. HEX triplet: 9C, F8 and F3. RGB value is (156,248,243). Sum of RGB (Red+Green+Blue) = 156+248+243=647 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.11% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF8F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF8F3 is #63070C. Grayscale: #DBDBDB. Windows color (decimal): -6489869 or 15988892. OLE color: 15988892.

HSL color Cylindrical-coordinate representation of color #9CF8F3: hue angle of 176.74º degrees, saturation: 0.87, 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 #9CF8F3 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 156 248 243 -
CMYK 0.37 0 0.02 0.03
HSL 176.74º 0.87% 0.79% -
HSV(B) 176.74º 0.37% 0.97% -
XYZ 63.46 80.67 97.02 -
YUV 219.92 141.02 82.41 -
System Red Green Blue C M Y K H S L
Decimal 156 248 243 0.37 0 0.02 0.03 176.74 0.87 0.79
Hex 9C F8 F3 25 0 2 3 B1 57 4F
Octal 234 370 363 45 0 2 3 261 127 117
Binary 10011100 11111000 11110011 100101 0 10 11 10110001 1010111 1001111

Color Harmonies of #9CF8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF8F3

Black with #9CF8F3

Text Example


Text Example

White with #9CF8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,248,243); }

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

background-color css

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

 a { background-color: rgb(156,248,243); }

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

border-color css

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

 span { border-color: rgb(156,248,243); }

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