Html Css Color HEX #9CFEFA Pale Turquoise

📋 copy color: '#9CFEFA'

red 156 ◦ green 254 ◦ blue 250

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

Shades of Pale Turquoise #9CFEFA

Tints of Pale Turquoise #9CFEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.48%

 BLUE value IS 250 (98.05% from 255) = 37.88%

R = 23.64%
G = 38.48%
B = 37.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#9CFEFA (or 0x9CFEFA) is known color: Pale Turquoise. HEX triplet: 9C, FE and FA. RGB value is (156,254,250). Sum of RGB (Red+Green+Blue) = 156+254+250=660 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.64% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFEFA is #630105. Grayscale: #E0E0E0. Windows color (decimal): -6488326 or 16449180. OLE color: 16449180.

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

Color convert

RGB 156 254 250 -
CMYK 0.39 0 0.02 0.00
HSL 177.55º 0.98% 0.8% -
HSV(B) 177.55º 0.39% 1% -
XYZ 66.41 84.85 103.32 -
YUV 224.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 156 254 250 0.39 0 0.02 0.00 177.55 0.98 0.8
Hex 9C FE FA 27 0 2 0 B2 62 50
Octal 234 376 372 47 0 2 0 262 142 120
Binary 10011100 11111110 11111010 100111 0 10 0 10110010 1100010 1010000

Color Harmonies of #9CFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFEFA

Black with #9CFEFA

Text Example


Text Example

White with #9CFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,254,250); }

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

background-color css

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

 a { background-color: rgb(156,254,250); }

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

border-color css

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

 span { border-color: rgb(156,254,250); }

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