Html Css Color HEX #9BF8EE Pale Turquoise

📋 copy color: '#9BF8EE'

red 155 ◦ green 248 ◦ blue 238

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

Shades of Pale Turquoise #9BF8EE

Tints of Pale Turquoise #9BF8EE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.69%

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

R = 24.18%
G = 38.69%
B = 37.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#9BF8EE (or 0x9BF8EE) is known color: Pale Turquoise. HEX triplet: 9B, F8 and EE. RGB value is (155,248,238). Sum of RGB (Red+Green+Blue) = 155+248+238=641 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.18% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF8EE is #640711. Grayscale: #DBDBDB. Windows color (decimal): -6555410 or 15661211. OLE color: 15661211.

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

Color convert

RGB 155 248 238 -
CMYK 0.38 0 0.04 0.03
HSL 173.55º 0.87% 0.79% -
HSV(B) 173.55º 0.38% 0.97% -
XYZ 62.52 80.28 93.09 -
YUV 219.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 155 248 238 0.38 0 0.04 0.03 173.55 0.87 0.79
Hex 9B F8 EE 26 0 4 3 AE 57 4F
Octal 233 370 356 46 0 4 3 256 127 117
Binary 10011011 11111000 11101110 100110 0 100 11 10101110 1010111 1001111

Color Harmonies of #9BF8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF8EE

Black with #9BF8EE

Text Example


Text Example

White with #9BF8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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