Html Css Color HEX #9BF7E4 Pale Turquoise

📋 copy color: '#9BF7E4'

red 155 ◦ green 247 ◦ blue 228

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

Shades of Pale Turquoise #9BF7E4

Tints of Pale Turquoise #9BF7E4

RGB

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

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

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

R = 24.6%
G = 39.21%
B = 36.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#9BF7E4 (or 0x9BF7E4) is known color: Pale Turquoise. HEX triplet: 9B, F7 and E4. RGB value is (155,247,228). Sum of RGB (Red+Green+Blue) = 155+247+228=630 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.60% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF7E4 is #64081B. Grayscale: #D9D9D9. Windows color (decimal): -6555676 or 15005595. OLE color: 15005595.

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

Color convert

RGB 155 247 228 -
CMYK 0.37 0 0.08 0.03
HSL 167.61º 0.85% 0.79% -
HSV(B) 167.61º 0.37% 0.97% -
XYZ 60.78 79.09 85.46 -
YUV 217.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 155 247 228 0.37 0 0.08 0.03 167.61 0.85 0.79
Hex 9B F7 E4 25 0 8 3 A8 55 4F
Octal 233 367 344 45 0 10 3 250 125 117
Binary 10011011 11110111 11100100 100101 0 1000 11 10101000 1010101 1001111

Color Harmonies of #9BF7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF7E4

Black with #9BF7E4

Text Example


Text Example

White with #9BF7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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