Html Css Color HEX #9CEBE2 Pale Turquoise

📋 copy color: '#9CEBE2'

red 156 ◦ green 235 ◦ blue 226

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

Shades of Pale Turquoise #9CEBE2

Tints of Pale Turquoise #9CEBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.63%

R = 25.28%
G = 38.09%
B = 36.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#9CEBE2 (or 0x9CEBE2) is known color: Pale Turquoise. HEX triplet: 9C, EB and E2. RGB value is (156,235,226). Sum of RGB (Red+Green+Blue) = 156+235+226=617 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.28% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBE2 is #63141D. Grayscale: #D2D2D2. Windows color (decimal): -6493214 or 14871452. OLE color: 14871452.

HSL color Cylindrical-coordinate representation of color #9CEBE2: hue angle of 173.16º 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 #9CEBE2 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 235 226 -
CMYK 0.34 0 0.04 0.08
HSL 173.16º 0.66% 0.77% -
HSV(B) 173.16º 0.34% 0.92% -
XYZ 57.15 71.98 82.83 -
YUV 210.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 156 235 226 0.34 0 0.04 0.08 173.16 0.66 0.77
Hex 9C EB E2 22 0 4 8 AD 42 4D
Octal 234 353 342 42 0 4 10 255 102 115
Binary 10011100 11101011 11100010 100010 0 100 1000 10101101 1000010 1001101

Color Harmonies of #9CEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEBE2

Black with #9CEBE2

Text Example


Text Example

White with #9CEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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