Html Css Color HEX #9BEFEC Pale Turquoise

📋 copy color: '#9BEFEC'

red 155 ◦ green 239 ◦ blue 236

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

Shades of Pale Turquoise #9BEFEC

Tints of Pale Turquoise #9BEFEC

RGB

 RED value IS 155 (60.94% from 255) = 24.6%

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

 BLUE value IS 236 (92.58% from 255) = 37.46%

R = 24.6%
G = 37.94%
B = 37.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#9BEFEC (or 0x9BEFEC) is known color: Pale Turquoise. HEX triplet: 9B, EF and EC. RGB value is (155,239,236). Sum of RGB (Red+Green+Blue) = 155+239+236=630 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.60% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEFEC is #641013. Grayscale: #D5D5D5. Windows color (decimal): -6557716 or 15527835. OLE color: 15527835.

HSL color Cylindrical-coordinate representation of color #9BEFEC: hue angle of 177.86º 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 #9BEFEC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 239 236 -
CMYK 0.35 0 0.01 0.06
HSL 177.86º 0.72% 0.77% -
HSV(B) 177.86º 0.35% 0.94% -
XYZ 59.52 74.76 90.65 -
YUV 213.54 140.67 86.24 -
System Red Green Blue C M Y K H S L
Decimal 155 239 236 0.35 0 0.01 0.06 177.86 0.72 0.77
Hex 9B EF EC 23 0 1 6 B2 48 4D
Octal 233 357 354 43 0 1 6 262 110 115
Binary 10011011 11101111 11101100 100011 0 1 110 10110010 1001000 1001101

Color Harmonies of #9BEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFEC

Black with #9BEFEC

Text Example


Text Example

White with #9BEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,239,236); }

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

background-color css

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

 a { background-color: rgb(155,239,236); }

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

border-color css

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

 span { border-color: rgb(155,239,236); }

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