Html Css Color HEX #B5FEFA Pale Turquoise

📋 copy color: '#B5FEFA'

red 181 ◦ green 254 ◦ blue 250

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

Shades of Pale Turquoise #B5FEFA

Tints of Pale Turquoise #B5FEFA

RGB

 RED value IS 181 (71.09% from 255) = 26.42%

 GREEN value IS 254 (99.61% from 255) = 37.08%

 BLUE value IS 250 (98.05% from 255) = 36.5%

R = 26.42%
G = 37.08%
B = 36.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#B5FEFA (or 0xB5FEFA) is known color: Pale Turquoise. HEX triplet: B5, FE and FA. RGB value is (181,254,250). Sum of RGB (Red+Green+Blue) = 181+254+250=685 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.42% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEFA is #4A0105. Grayscale: #E7E7E7. Windows color (decimal): -4849926 or 16449205. OLE color: 16449205.

HSL color Cylindrical-coordinate representation of color #B5FEFA: hue angle of 176.71º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FEFA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 254 250 -
CMYK 0.29 0 0.02 0.00
HSL 176.71º 0.97% 0.85% -
HSV(B) 176.71º 0.29% 1% -
XYZ 71.75 87.61 103.57 -
YUV 231.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 181 254 250 0.29 0 0.02 0.00 176.71 0.97 0.85
Hex B5 FE FA 1D 0 2 0 B1 61 55
Octal 265 376 372 35 0 2 0 261 141 125
Binary 10110101 11111110 11111010 11101 0 10 0 10110001 1100001 1010101

Color Harmonies of #B5FEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FEFA

Black with #B5FEFA

Text Example


Text Example

White with #B5FEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FEFA; }

 p { color: rgb(181,254,250); }

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

background-color css

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

 a { background-color: rgb(181,254,250); }

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

border-color css

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

 span { border-color: rgb(181,254,250); }

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