Html Css Color HEX #9BFAEE Pale Turquoise

📋 copy color: '#9BFAEE'

red 155 ◦ green 250 ◦ blue 238

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

Shades of Pale Turquoise #9BFAEE

Tints of Pale Turquoise #9BFAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.01%

R = 24.11%
G = 38.88%
B = 37.01%

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

#9BFAEE (or 0x9BFAEE) is known color: Pale Turquoise. HEX triplet: 9B, FA and EE. RGB value is (155,250,238). Sum of RGB (Red+Green+Blue) = 155+250+238=643 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.11% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAEE is #640511. Grayscale: #DCDCDC. Windows color (decimal): -6554898 or 15661723. OLE color: 15661723.

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

Color convert

RGB 155 250 238 -
CMYK 0.38 0 0.05 0.02
HSL 172.42º 0.9% 0.79% -
HSV(B) 172.42º 0.38% 0.98% -
XYZ 63.14 81.51 93.29 -
YUV 220.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 155 250 238 0.38 0 0.05 0.02 172.42 0.9 0.79
Hex 9B FA EE 26 0 5 2 AC 5A 4F
Octal 233 372 356 46 0 5 2 254 132 117
Binary 10011011 11111010 11101110 100110 0 101 10 10101100 1011010 1001111

Color Harmonies of #9BFAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFAEE

Black with #9BFAEE

Text Example


Text Example

White with #9BFAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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