Html Css Color HEX #9CEFE3 Pale Turquoise

📋 copy color: '#9CEFE3'

red 156 ◦ green 239 ◦ blue 227

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

Shades of Pale Turquoise #9CEFE3

Tints of Pale Turquoise #9CEFE3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.42%

 BLUE value IS 227 (89.06% from 255) = 36.5%

R = 25.08%
G = 38.42%
B = 36.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#9CEFE3 (or 0x9CEFE3) is known color: Pale Turquoise. HEX triplet: 9C, EF and E3. RGB value is (156,239,227). Sum of RGB (Red+Green+Blue) = 156+239+227=622 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.08% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEFE3 is #63101C. Grayscale: #D4D4D4. Windows color (decimal): -6492189 or 14938012. OLE color: 14938012.

HSL color Cylindrical-coordinate representation of color #9CEFE3: hue angle of 171.33º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CEFE3 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 239 227 -
CMYK 0.35 0 0.05 0.06
HSL 171.33º 0.72% 0.77% -
HSV(B) 171.33º 0.35% 0.94% -
XYZ 58.44 74.35 83.94 -
YUV 212.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 156 239 227 0.35 0 0.05 0.06 171.33 0.72 0.77
Hex 9C EF E3 23 0 5 6 AB 48 4D
Octal 234 357 343 43 0 5 6 253 110 115
Binary 10011100 11101111 11100011 100011 0 101 110 10101011 1001000 1001101

Color Harmonies of #9CEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEFE3

Black with #9CEFE3

Text Example


Text Example

White with #9CEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,239,227); }

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

background-color css

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

 a { background-color: rgb(156,239,227); }

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

border-color css

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

 span { border-color: rgb(156,239,227); }

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