Html Css Color HEX #B4F6F5 Pale Turquoise

📋 copy color: '#B4F6F5'

red 180 ◦ green 246 ◦ blue 245

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

Shades of Pale Turquoise #B4F6F5

Tints of Pale Turquoise #B4F6F5

RGB

 RED value IS 180 (70.7% from 255) = 26.83%

 GREEN value IS 246 (96.48% from 255) = 36.66%

 BLUE value IS 245 (96.09% from 255) = 36.51%

R = 26.83%
G = 36.66%
B = 36.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#B4F6F5 (or 0xB4F6F5) is known color: Pale Turquoise. HEX triplet: B4, F6 and F5. RGB value is (180,246,245). Sum of RGB (Red+Green+Blue) = 180+246+245=671 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.83% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F6F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F6F5 is #4B090A. Grayscale: #E2E2E2. Windows color (decimal): -4917515 or 16119476. OLE color: 16119476.

HSL color Cylindrical-coordinate representation of color #B4F6F5: hue angle of 179.09º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F6F5 is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 246 245 -
CMYK 0.27 0 0.00 0.04
HSL 179.09º 0.79% 0.84% -
HSV(B) 179.09º 0.27% 0.96% -
XYZ 68.26 82.21 98.66 -
YUV 226.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 180 246 245 0.27 0 0.00 0.04 179.09 0.79 0.84
Hex B4 F6 F5 1B 0 0 4 B3 4F 54
Octal 264 366 365 33 0 0 4 263 117 124
Binary 10110100 11110110 11110101 11011 0 0 100 10110011 1001111 1010100

Color Harmonies of #B4F6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F6F5

Black with #B4F6F5

Text Example


Text Example

White with #B4F6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F6F5; }

 p { color: rgb(180,246,245); }

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

background-color css

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

 a { background-color: rgb(180,246,245); }

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

border-color css

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

 span { border-color: rgb(180,246,245); }

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