Html Css Color HEX #9BFCF2 Pale Turquoise

📋 copy color: '#9BFCF2'

red 155 ◦ green 252 ◦ blue 242

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

Shades of Pale Turquoise #9BFCF2

Tints of Pale Turquoise #9BFCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.83%

 BLUE value IS 242 (94.92% from 255) = 37.29%

R = 23.88%
G = 38.83%
B = 37.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#9BFCF2 (or 0x9BFCF2) is known color: Pale Turquoise. HEX triplet: 9B, FC and F2. RGB value is (155,252,242). Sum of RGB (Red+Green+Blue) = 155+252+242=649 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.88% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFCF2 is #64030D. Grayscale: #DDDDDD. Windows color (decimal): -6554382 or 15924379. OLE color: 15924379.

HSL color Cylindrical-coordinate representation of color #9BFCF2: hue angle of 173.81º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFCF2 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 252 242 -
CMYK 0.38 0 0.04 0.01
HSL 173.81º 0.94% 0.8% -
HSV(B) 173.81º 0.38% 0.99% -
XYZ 64.35 83 96.63 -
YUV 221.86 139.36 80.31 -
System Red Green Blue C M Y K H S L
Decimal 155 252 242 0.38 0 0.04 0.01 173.81 0.94 0.8
Hex 9B FC F2 26 0 4 1 AE 5E 50
Octal 233 374 362 46 0 4 1 256 136 120
Binary 10011011 11111100 11110010 100110 0 100 1 10101110 1011110 1010000

Color Harmonies of #9BFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFCF2

Black with #9BFCF2

Text Example


Text Example

White with #9BFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,252,242); }

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

background-color css

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

 a { background-color: rgb(155,252,242); }

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

border-color css

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

 span { border-color: rgb(155,252,242); }

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