Html Css Color HEX #9BFEFA Pale Turquoise

📋 copy color: '#9BFEFA'

red 155 ◦ green 254 ◦ blue 250

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

Shades of Pale Turquoise #9BFEFA

Tints of Pale Turquoise #9BFEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.54%

 BLUE value IS 250 (98.05% from 255) = 37.94%

R = 23.52%
G = 38.54%
B = 37.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#9BFEFA (or 0x9BFEFA) is known color: Pale Turquoise. HEX triplet: 9B, FE and FA. RGB value is (155,254,250). Sum of RGB (Red+Green+Blue) = 155+254+250=659 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.52% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFEFA is #640105. Grayscale: #DFDFDF. Windows color (decimal): -6553862 or 16449179. OLE color: 16449179.

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

Color convert

RGB 155 254 250 -
CMYK 0.39 0 0.02 0.00
HSL 177.58º 0.98% 0.8% -
HSV(B) 177.58º 0.39% 1% -
XYZ 66.21 84.75 103.31 -
YUV 223.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 155 254 250 0.39 0 0.02 0.00 177.58 0.98 0.8
Hex 9B FE FA 27 0 2 0 B2 62 50
Octal 233 376 372 47 0 2 0 262 142 120
Binary 10011011 11111110 11111010 100111 0 10 0 10110010 1100010 1010000

Color Harmonies of #9BFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFEFA

Black with #9BFEFA

Text Example


Text Example

White with #9BFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,254,250); }

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

background-color css

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

 a { background-color: rgb(155,254,250); }

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

border-color css

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

 span { border-color: rgb(155,254,250); }

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