Html Css Color HEX #9BFBF6 Pale Turquoise

📋 copy color: '#9BFBF6'

red 155 ◦ green 251 ◦ blue 246

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

Shades of Pale Turquoise #9BFBF6

Tints of Pale Turquoise #9BFBF6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.5%

 BLUE value IS 246 (96.48% from 255) = 37.73%

R = 23.77%
G = 38.5%
B = 37.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#9BFBF6 (or 0x9BFBF6) is known color: Pale Turquoise. HEX triplet: 9B, FB and F6. RGB value is (155,251,246). Sum of RGB (Red+Green+Blue) = 155+251+246=652 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.77% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFBF6 is #640409. Grayscale: #DDDDDD. Windows color (decimal): -6554634 or 16186267. OLE color: 16186267.

HSL color Cylindrical-coordinate representation of color #9BFBF6: hue angle of 176.88º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFBF6 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 251 246 -
CMYK 0.38 0 0.02 0.02
HSL 176.88º 0.92% 0.8% -
HSV(B) 176.88º 0.38% 0.98% -
XYZ 64.65 82.62 99.73 -
YUV 221.73 141.7 80.41 -
System Red Green Blue C M Y K H S L
Decimal 155 251 246 0.38 0 0.02 0.02 176.88 0.92 0.8
Hex 9B FB F6 26 0 2 2 B1 5C 50
Octal 233 373 366 46 0 2 2 261 134 120
Binary 10011011 11111011 11110110 100110 0 10 10 10110001 1011100 1010000

Color Harmonies of #9BFBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFBF6

Black with #9BFBF6

Text Example


Text Example

White with #9BFBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,251,246); }

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

background-color css

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

 a { background-color: rgb(155,251,246); }

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

border-color css

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

 span { border-color: rgb(155,251,246); }

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