Html Css Color HEX #9BF7E5 Pale Turquoise

📋 copy color: '#9BF7E5'

red 155 ◦ green 247 ◦ blue 229

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

Shades of Pale Turquoise #9BF7E5

Tints of Pale Turquoise #9BF7E5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.14%

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

R = 24.56%
G = 39.14%
B = 36.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#9BF7E5 (or 0x9BF7E5) is known color: Pale Turquoise. HEX triplet: 9B, F7 and E5. RGB value is (155,247,229). Sum of RGB (Red+Green+Blue) = 155+247+229=631 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.56% from 631); Green value is 247 (96.88% from 255 or 39.14% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF7E5 is #64081A. Grayscale: #D9D9D9. Windows color (decimal): -6555675 or 15071131. OLE color: 15071131.

HSL color Cylindrical-coordinate representation of color #9BF7E5: hue angle of 168.26º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF7E5 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 247 229 -
CMYK 0.37 0 0.07 0.03
HSL 168.26º 0.85% 0.79% -
HSV(B) 168.26º 0.37% 0.97% -
XYZ 60.92 79.15 86.19 -
YUV 217.44 134.52 83.46 -
System Red Green Blue C M Y K H S L
Decimal 155 247 229 0.37 0 0.07 0.03 168.26 0.85 0.79
Hex 9B F7 E5 25 0 7 3 A8 55 4F
Octal 233 367 345 45 0 7 3 250 125 117
Binary 10011011 11110111 11100101 100101 0 111 11 10101000 1010101 1001111

Color Harmonies of #9BF7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF7E5

Black with #9BF7E5

Text Example


Text Example

White with #9BF7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,247,229); }

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

background-color css

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

 a { background-color: rgb(155,247,229); }

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

border-color css

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

 span { border-color: rgb(155,247,229); }

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