Html Css Color HEX #B5F7FF Pale Turquoise

📋 copy color: '#B5F7FF'

red 181 ◦ green 247 ◦ blue 255

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

Shades of Pale Turquoise #B5F7FF

Tints of Pale Turquoise #B5F7FF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.16%

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

R = 26.5%
G = 36.16%
B = 37.34%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5F7FF (or 0xB5F7FF) is known color: Pale Turquoise. HEX triplet: B5, F7 and FF. RGB value is (181,247,255). Sum of RGB (Red+Green+Blue) = 181+247+255=683 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.50% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5F7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F7FF is #4A0800. Grayscale: #E4E4E4. Windows color (decimal): -4851713 or 16775093. OLE color: 16775093.

HSL color Cylindrical-coordinate representation of color #B5F7FF: hue angle of 186.49º 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 #B5F7FF is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 247 255 -
CMYK 0.29 0.03 0 0
HSL 186.49º 1% 0.85% -
HSV(B) 186.49º 0.29% 1% -
XYZ 70.37 83.57 107.03 -
YUV 228.18 143.13 94.35 -
System Red Green Blue C M Y K H S L
Decimal 181 247 255 0.29 0.03 0 0 186.49 1 0.85
Hex B5 F7 FF 1D 3 0 0 BA 64 55
Octal 265 367 377 35 3 0 0 272 144 125
Binary 10110101 11110111 11111111 11101 11 0 0 10111010 1100100 1010101

Color Harmonies of #B5F7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F7FF

Black with #B5F7FF

Text Example


Text Example

White with #B5F7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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