Html Css Color HEX #9BFDEA Pale Turquoise

📋 copy color: '#9BFDEA'

red 155 ◦ green 253 ◦ blue 234

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

Shades of Pale Turquoise #9BFDEA

Tints of Pale Turquoise #9BFDEA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.41%

 BLUE value IS 234 (91.8% from 255) = 36.45%

R = 24.14%
G = 39.41%
B = 36.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#9BFDEA (or 0x9BFDEA) is known color: Pale Turquoise. HEX triplet: 9B, FD and EA. RGB value is (155,253,234). Sum of RGB (Red+Green+Blue) = 155+253+234=642 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.14% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFDEA is #640215. Grayscale: #DDDDDD. Windows color (decimal): -6554134 or 15400347. OLE color: 15400347.

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

Color convert

RGB 155 253 234 -
CMYK 0.39 0 0.08 0.01
HSL 168.37º 0.96% 0.8% -
HSV(B) 168.37º 0.39% 0.99% -
XYZ 63.49 83.16 90.55 -
YUV 221.53 135.03 80.54 -
System Red Green Blue C M Y K H S L
Decimal 155 253 234 0.39 0 0.08 0.01 168.37 0.96 0.8
Hex 9B FD EA 27 0 8 1 A8 60 50
Octal 233 375 352 47 0 10 1 250 140 120
Binary 10011011 11111101 11101010 100111 0 1000 1 10101000 1100000 1010000

Color Harmonies of #9BFDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFDEA

Black with #9BFDEA

Text Example


Text Example

White with #9BFDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,253,234); }

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

background-color css

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

 a { background-color: rgb(155,253,234); }

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

border-color css

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

 span { border-color: rgb(155,253,234); }

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