Html Css Color HEX #B5FBF2 Pale Turquoise

📋 copy color: '#B5FBF2'

red 181 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #B5FBF2

Tints of Pale Turquoise #B5FBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.91%

R = 26.85%
G = 37.24%
B = 35.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#B5FBF2 (or 0xB5FBF2) is known color: Pale Turquoise. HEX triplet: B5, FB and F2. RGB value is (181,251,242). Sum of RGB (Red+Green+Blue) = 181+251+242=674 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.85% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBF2 is #4A040D. Grayscale: #E5E5E5. Windows color (decimal): -4850702 or 15924149. OLE color: 15924149.

HSL color Cylindrical-coordinate representation of color #B5FBF2: hue angle of 172.29º 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 #B5FBF2 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 251 242 -
CMYK 0.28 0 0.04 0.02
HSL 172.29º 0.9% 0.85% -
HSV(B) 172.29º 0.28% 0.98% -
XYZ 69.58 85.23 96.79 -
YUV 229.04 135.31 93.73 -
System Red Green Blue C M Y K H S L
Decimal 181 251 242 0.28 0 0.04 0.02 172.29 0.9 0.85
Hex B5 FB F2 1C 0 4 2 AC 5A 55
Octal 265 373 362 34 0 4 2 254 132 125
Binary 10110101 11111011 11110010 11100 0 100 10 10101100 1011010 1010101

Color Harmonies of #B5FBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FBF2

Black with #B5FBF2

Text Example


Text Example

White with #B5FBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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