Html Css Color HEX #9BEFE7 Pale Turquoise

📋 copy color: '#9BEFE7'

red 155 ◦ green 239 ◦ blue 231

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

Shades of Pale Turquoise #9BEFE7

Tints of Pale Turquoise #9BEFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.96%

R = 24.8%
G = 38.24%
B = 36.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#9BEFE7 (or 0x9BEFE7) is known color: Pale Turquoise. HEX triplet: 9B, EF and E7. RGB value is (155,239,231). Sum of RGB (Red+Green+Blue) = 155+239+231=625 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.8% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEFE7 is #641018. Grayscale: #D4D4D4. Windows color (decimal): -6557721 or 15200155. OLE color: 15200155.

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

Color convert

RGB 155 239 231 -
CMYK 0.35 0 0.03 0.06
HSL 174.29º 0.72% 0.77% -
HSV(B) 174.29º 0.35% 0.94% -
XYZ 58.81 74.47 86.88 -
YUV 212.97 138.17 86.65 -
System Red Green Blue C M Y K H S L
Decimal 155 239 231 0.35 0 0.03 0.06 174.29 0.72 0.77
Hex 9B EF E7 23 0 3 6 AE 48 4D
Octal 233 357 347 43 0 3 6 256 110 115
Binary 10011011 11101111 11100111 100011 0 11 110 10101110 1001000 1001101

Color Harmonies of #9BEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFE7

Black with #9BEFE7

Text Example


Text Example

White with #9BEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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