Html Css Color HEX #9CEBE4 Pale Turquoise

📋 copy color: '#9CEBE4'

red 156 ◦ green 235 ◦ blue 228

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

Shades of Pale Turquoise #9CEBE4

Tints of Pale Turquoise #9CEBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.83%

R = 25.2%
G = 37.96%
B = 36.83%

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

#9CEBE4 (or 0x9CEBE4) is known color: Pale Turquoise. HEX triplet: 9C, EB and E4. RGB value is (156,235,228). Sum of RGB (Red+Green+Blue) = 156+235+228=619 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.20% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBE4 is #63141B. Grayscale: #D2D2D2. Windows color (decimal): -6493212 or 15002524. OLE color: 15002524.

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

Color convert

RGB 156 235 228 -
CMYK 0.34 0 0.03 0.08
HSL 174.68º 0.66% 0.77% -
HSV(B) 174.68º 0.34% 0.92% -
XYZ 57.42 72.09 84.29 -
YUV 210.58 137.83 89.07 -
System Red Green Blue C M Y K H S L
Decimal 156 235 228 0.34 0 0.03 0.08 174.68 0.66 0.77
Hex 9C EB E4 22 0 3 8 AF 42 4D
Octal 234 353 344 42 0 3 10 257 102 115
Binary 10011100 11101011 11100100 100010 0 11 1000 10101111 1000010 1001101

Color Harmonies of #9CEBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEBE4

Black with #9CEBE4

Text Example


Text Example

White with #9CEBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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