Html Css Color HEX #9BF9F2 Pale Turquoise

📋 copy color: '#9BF9F2'

red 155 ◦ green 249 ◦ blue 242

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

Shades of Pale Turquoise #9BF9F2

Tints of Pale Turquoise #9BF9F2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.54%

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

R = 23.99%
G = 38.54%
B = 37.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#9BF9F2 (or 0x9BF9F2) is known color: Pale Turquoise. HEX triplet: 9B, F9 and F2. RGB value is (155,249,242). Sum of RGB (Red+Green+Blue) = 155+249+242=646 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.99% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF9F2 is #64060D. Grayscale: #DCDCDC. Windows color (decimal): -6555150 or 15923611. OLE color: 15923611.

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

Color convert

RGB 155 249 242 -
CMYK 0.38 0 0.03 0.02
HSL 175.53º 0.89% 0.79% -
HSV(B) 175.53º 0.38% 0.98% -
XYZ 63.42 81.13 96.32 -
YUV 220.1 140.36 81.57 -
System Red Green Blue C M Y K H S L
Decimal 155 249 242 0.38 0 0.03 0.02 175.53 0.89 0.79
Hex 9B F9 F2 26 0 3 2 B0 59 4F
Octal 233 371 362 46 0 3 2 260 131 117
Binary 10011011 11111001 11110010 100110 0 11 10 10110000 1011001 1001111

Color Harmonies of #9BF9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF9F2

Black with #9BF9F2

Text Example


Text Example

White with #9BF9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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