Html Css Color HEX #9BF7ED Pale Turquoise

📋 copy color: '#9BF7ED'

red 155 ◦ green 247 ◦ blue 237

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

Shades of Pale Turquoise #9BF7ED

Tints of Pale Turquoise #9BF7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.09%

R = 24.26%
G = 38.65%
B = 37.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#9BF7ED (or 0x9BF7ED) is known color: Pale Turquoise. HEX triplet: 9B, F7 and ED. RGB value is (155,247,237). Sum of RGB (Red+Green+Blue) = 155+247+237=639 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.26% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF7ED is #640812. Grayscale: #DADADA. Windows color (decimal): -6555667 or 15595419. OLE color: 15595419.

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

Color convert

RGB 155 247 237 -
CMYK 0.37 0 0.04 0.03
HSL 173.48º 0.85% 0.79% -
HSV(B) 173.48º 0.37% 0.97% -
XYZ 62.06 79.6 92.21 -
YUV 218.35 138.52 82.81 -
System Red Green Blue C M Y K H S L
Decimal 155 247 237 0.37 0 0.04 0.03 173.48 0.85 0.79
Hex 9B F7 ED 25 0 4 3 AD 55 4F
Octal 233 367 355 45 0 4 3 255 125 117
Binary 10011011 11110111 11101101 100101 0 100 11 10101101 1010101 1001111

Color Harmonies of #9BF7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF7ED

Black with #9BF7ED

Text Example


Text Example

White with #9BF7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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