Html Css Color HEX #9BF2EA Pale Turquoise

📋 copy color: '#9BF2EA'

red 155 ◦ green 242 ◦ blue 234

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

Shades of Pale Turquoise #9BF2EA

Tints of Pale Turquoise #9BF2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.35%

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

R = 24.56%
G = 38.35%
B = 37.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#9BF2EA (or 0x9BF2EA) is known color: Pale Turquoise. HEX triplet: 9B, F2 and EA. RGB value is (155,242,234). Sum of RGB (Red+Green+Blue) = 155+242+234=631 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.56% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF2EA is #640D15. Grayscale: #D7D7D7. Windows color (decimal): -6556950 or 15397531. OLE color: 15397531.

HSL color Cylindrical-coordinate representation of color #9BF2EA: hue angle of 174.48º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF2EA is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 234 -
CMYK 0.36 0 0.03 0.05
HSL 174.48º 0.77% 0.78% -
HSV(B) 174.48º 0.36% 0.95% -
XYZ 60.12 76.41 89.42 -
YUV 215.08 138.68 85.15 -
System Red Green Blue C M Y K H S L
Decimal 155 242 234 0.36 0 0.03 0.05 174.48 0.77 0.78
Hex 9B F2 EA 24 0 3 5 AE 4D 4E
Octal 233 362 352 44 0 3 5 256 115 116
Binary 10011011 11110010 11101010 100100 0 11 101 10101110 1001101 1001110

Color Harmonies of #9BF2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF2EA

Black with #9BF2EA

Text Example


Text Example

White with #9BF2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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