Html Css Color HEX #9BFCED Pale Turquoise

📋 copy color: '#9BFCED'

red 155 ◦ green 252 ◦ blue 237

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

Shades of Pale Turquoise #9BFCED

Tints of Pale Turquoise #9BFCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.13%

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

R = 24.07%
G = 39.13%
B = 36.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#9BFCED (or 0x9BFCED) is known color: Pale Turquoise. HEX triplet: 9B, FC and ED. RGB value is (155,252,237). Sum of RGB (Red+Green+Blue) = 155+252+237=644 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.07% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFCED is #640312. Grayscale: #DDDDDD. Windows color (decimal): -6554387 or 15596699. OLE color: 15596699.

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

Color convert

RGB 155 252 237 -
CMYK 0.38 0 0.06 0.01
HSL 170.72º 0.94% 0.8% -
HSV(B) 170.72º 0.38% 0.99% -
XYZ 63.61 82.7 92.73 -
YUV 221.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 155 252 237 0.38 0 0.06 0.01 170.72 0.94 0.8
Hex 9B FC ED 26 0 6 1 AB 5E 50
Octal 233 374 355 46 0 6 1 253 136 120
Binary 10011011 11111100 11101101 100110 0 110 1 10101011 1011110 1010000

Color Harmonies of #9BFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFCED

Black with #9BFCED

Text Example


Text Example

White with #9BFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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