Html Css Color HEX #B5F2FB Pale Turquoise

📋 copy color: '#B5F2FB'

red 181 ◦ green 242 ◦ blue 251

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

Shades of Pale Turquoise #B5F2FB

Tints of Pale Turquoise #B5F2FB

RGB

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

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

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

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

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 181 242 251 -
CMYK 0.28 0.04 0 0.02
HSL 187.71º 0.9% 0.85% -
HSV(B) 187.71º 0.28% 0.98% -
XYZ 68.22 80.29 103.17 -
YUV 224.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 181 242 251 0.28 0.04 0 0.02 187.71 0.9 0.85
Hex B5 F2 FB 1C 4 0 2 BC 5A 55
Octal 265 362 373 34 4 0 2 274 132 125
Binary 10110101 11110010 11111011 11100 100 0 10 10111100 1011010 1010101

Color Harmonies of #B5F2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F2FB

Black with #B5F2FB

Text Example


Text Example

White with #B5F2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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