Html Css Color HEX #9BF6EA Pale Turquoise

📋 copy color: '#9BF6EA'

red 155 ◦ green 246 ◦ blue 234

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

Shades of Pale Turquoise #9BF6EA

Tints of Pale Turquoise #9BF6EA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.74%

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

R = 24.41%
G = 38.74%
B = 36.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#9BF6EA (or 0x9BF6EA) is known color: Pale Turquoise. HEX triplet: 9B, F6 and EA. RGB value is (155,246,234). Sum of RGB (Red+Green+Blue) = 155+246+234=635 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.41% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF6EA is #640915. Grayscale: #D9D9D9. Windows color (decimal): -6555926 or 15398555. OLE color: 15398555.

HSL color Cylindrical-coordinate representation of color #9BF6EA: hue angle of 172.09º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF6EA is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 246 234 -
CMYK 0.37 0 0.05 0.04
HSL 172.09º 0.83% 0.79% -
HSV(B) 172.09º 0.37% 0.96% -
XYZ 61.32 78.82 89.82 -
YUV 217.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 155 246 234 0.37 0 0.05 0.04 172.09 0.83 0.79
Hex 9B F6 EA 25 0 5 4 AC 53 4F
Octal 233 366 352 45 0 5 4 254 123 117
Binary 10011011 11110110 11101010 100101 0 101 100 10101100 1010011 1001111

Color Harmonies of #9BF6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF6EA

Black with #9BF6EA

Text Example


Text Example

White with #9BF6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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