Html Css Color HEX #B5FBF3 Pale Turquoise

📋 copy color: '#B5FBF3'

red 181 ◦ green 251 ◦ blue 243

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

Shades of Pale Turquoise #B5FBF3

Tints of Pale Turquoise #B5FBF3

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.19%

 BLUE value IS 243 (95.31% from 255) = 36%

R = 26.81%
G = 37.19%
B = 36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#B5FBF3 (or 0xB5FBF3) is known color: Pale Turquoise. HEX triplet: B5, FB and F3. RGB value is (181,251,243). Sum of RGB (Red+Green+Blue) = 181+251+243=675 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.81% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBF3 is #4A040C. Grayscale: #E5E5E5. Windows color (decimal): -4850701 or 15989685. OLE color: 15989685.

HSL color Cylindrical-coordinate representation of color #B5FBF3: hue angle of 173.14º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FBF3 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 251 243 -
CMYK 0.28 0 0.03 0.02
HSL 173.14º 0.9% 0.85% -
HSV(B) 173.14º 0.28% 0.98% -
XYZ 69.73 85.29 97.58 -
YUV 229.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 181 251 243 0.28 0 0.03 0.02 173.14 0.9 0.85
Hex B5 FB F3 1C 0 3 2 AD 5A 55
Octal 265 373 363 34 0 3 2 255 132 125
Binary 10110101 11111011 11110011 11100 0 11 10 10101101 1011010 1010101

Color Harmonies of #B5FBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FBF3

Black with #B5FBF3

Text Example


Text Example

White with #B5FBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FBF3; }

 p { color: rgb(181,251,243); }

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

background-color css

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

 a { background-color: rgb(181,251,243); }

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

border-color css

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

 span { border-color: rgb(181,251,243); }

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