Html Css Color HEX #9CEBE5 Pale Turquoise

📋 copy color: '#9CEBE5'

red 156 ◦ green 235 ◦ blue 229

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

Shades of Pale Turquoise #9CEBE5

Tints of Pale Turquoise #9CEBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.9%

 BLUE value IS 229 (89.84% from 255) = 36.94%

R = 25.16%
G = 37.9%
B = 36.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#9CEBE5 (or 0x9CEBE5) is known color: Pale Turquoise. HEX triplet: 9C, EB and E5. RGB value is (156,235,229). Sum of RGB (Red+Green+Blue) = 156+235+229=620 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.16% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBE5 is #63141A. Grayscale: #D2D2D2. Windows color (decimal): -6493211 or 15068060. OLE color: 15068060.

HSL color Cylindrical-coordinate representation of color #9CEBE5: hue angle of 175.44º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEBE5 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 235 229 -
CMYK 0.34 0 0.03 0.08
HSL 175.44º 0.66% 0.77% -
HSV(B) 175.44º 0.34% 0.92% -
XYZ 57.56 72.14 85.02 -
YUV 210.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 156 235 229 0.34 0 0.03 0.08 175.44 0.66 0.77
Hex 9C EB E5 22 0 3 8 AF 42 4D
Octal 234 353 345 42 0 3 10 257 102 115
Binary 10011100 11101011 11100101 100010 0 11 1000 10101111 1000010 1001101

Color Harmonies of #9CEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEBE5

Black with #9CEBE5

Text Example


Text Example

White with #9CEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,235,229); }

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

background-color css

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

 a { background-color: rgb(156,235,229); }

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

border-color css

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

 span { border-color: rgb(156,235,229); }

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