Html Css Color HEX #B5F0FF Pale Turquoise

📋 copy color: '#B5F0FF'

red 181 ◦ green 240 ◦ blue 255

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

Shades of Pale Turquoise #B5F0FF

Tints of Pale Turquoise #B5F0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.5%

 BLUE value IS 255 (100% from 255) = 37.72%

R = 26.78%
G = 35.5%
B = 37.72%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5F0FF (or 0xB5F0FF) is known color: Pale Turquoise. HEX triplet: B5, F0 and FF. RGB value is (181,240,255). Sum of RGB (Red+Green+Blue) = 181+240+255=676 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.78% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F0FF is #4A0F00. Grayscale: #DFDFDF. Windows color (decimal): -4853505 or 16773301. OLE color: 16773301.

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

Color convert

RGB 181 240 255 -
CMYK 0.29 0.06 0 0
HSL 192.16º 1% 0.85% -
HSV(B) 192.16º 0.29% 1% -
XYZ 68.27 79.36 106.33 -
YUV 224.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 181 240 255 0.29 0.06 0 0 192.16 1 0.85
Hex B5 F0 FF 1D 6 0 0 C0 64 55
Octal 265 360 377 35 6 0 0 300 144 125
Binary 10110101 11110000 11111111 11101 110 0 0 11000000 1100100 1010101

Color Harmonies of #B5F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F0FF

Black with #B5F0FF

Text Example


Text Example

White with #B5F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F0FF; }

 p { color: rgb(181,240,255); }

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

background-color css

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

 a { background-color: rgb(181,240,255); }

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

border-color css

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

 span { border-color: rgb(181,240,255); }

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