Html Css Color HEX #9BEFE2 Pale Turquoise

📋 copy color: '#9BEFE2'

red 155 ◦ green 239 ◦ blue 226

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

Shades of Pale Turquoise #9BEFE2

Tints of Pale Turquoise #9BEFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.55%

 BLUE value IS 226 (88.67% from 255) = 36.45%

R = 25%
G = 38.55%
B = 36.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#9BEFE2 (or 0x9BEFE2) is known color: Pale Turquoise. HEX triplet: 9B, EF and E2. RGB value is (155,239,226). Sum of RGB (Red+Green+Blue) = 155+239+226=620 (82% of max value = 765). Red value is 155 (60.94% from 255 or 25% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFE2 is #64101D. Grayscale: #D4D4D4. Windows color (decimal): -6557726 or 14872475. OLE color: 14872475.

HSL color Cylindrical-coordinate representation of color #9BEFE2: hue angle of 170.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFE2 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 239 226 -
CMYK 0.35 0 0.05 0.06
HSL 170.71º 0.72% 0.77% -
HSV(B) 170.71º 0.35% 0.94% -
XYZ 58.11 74.19 83.21 -
YUV 212.4 135.67 87.06 -
System Red Green Blue C M Y K H S L
Decimal 155 239 226 0.35 0 0.05 0.06 170.71 0.72 0.77
Hex 9B EF E2 23 0 5 6 AB 48 4D
Octal 233 357 342 43 0 5 6 253 110 115
Binary 10011011 11101111 11100010 100011 0 101 110 10101011 1001000 1001101

Color Harmonies of #9BEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFE2

Black with #9BEFE2

Text Example


Text Example

White with #9BEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,239,226); }

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

background-color css

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

 a { background-color: rgb(155,239,226); }

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

border-color css

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

 span { border-color: rgb(155,239,226); }

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