Html Css Color HEX #9BFAED Pale Turquoise

📋 copy color: '#9BFAED'

red 155 ◦ green 250 ◦ blue 237

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

Shades of Pale Turquoise #9BFAED

Tints of Pale Turquoise #9BFAED

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.94%

 BLUE value IS 237 (92.97% from 255) = 36.92%

R = 24.14%
G = 38.94%
B = 36.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#9BFAED (or 0x9BFAED) is known color: Pale Turquoise. HEX triplet: 9B, FA and ED. RGB value is (155,250,237). Sum of RGB (Red+Green+Blue) = 155+250+237=642 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.14% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAED is #640512. Grayscale: #DCDCDC. Windows color (decimal): -6554899 or 15596187. OLE color: 15596187.

HSL color Cylindrical-coordinate representation of color #9BFAED: hue angle of 171.79º degrees, saturation: 0.9, 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 #9BFAED is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 250 237 -
CMYK 0.38 0 0.05 0.02
HSL 171.79º 0.9% 0.79% -
HSV(B) 171.79º 0.38% 0.98% -
XYZ 62.99 81.45 92.52 -
YUV 220.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 155 250 237 0.38 0 0.05 0.02 171.79 0.9 0.79
Hex 9B FA ED 26 0 5 2 AC 5A 4F
Octal 233 372 355 46 0 5 2 254 132 117
Binary 10011011 11111010 11101101 100110 0 101 10 10101100 1011010 1001111

Color Harmonies of #9BFAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFAED

Black with #9BFAED

Text Example


Text Example

White with #9BFAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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