Html Css Color HEX #B4EFFF Pale Turquoise

📋 copy color: '#B4EFFF'

red 180 ◦ green 239 ◦ blue 255

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

Shades of Pale Turquoise #B4EFFF

Tints of Pale Turquoise #B4EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.46%

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

R = 26.71%
G = 35.46%
B = 37.83%

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

#B4EFFF (or 0xB4EFFF) is known color: Pale Turquoise. HEX triplet: B4, EF and FF. RGB value is (180,239,255). Sum of RGB (Red+Green+Blue) = 180+239+255=674 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.71% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EFFF is #4B1000. Grayscale: #DFDFDF. Windows color (decimal): -4919297 or 16773044. OLE color: 16773044.

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

Color convert

RGB 180 239 255 -
CMYK 0.29 0.06 0 0
HSL 192.8º 1% 0.85% -
HSV(B) 192.8º 0.29% 1% -
XYZ 67.74 78.66 106.22 -
YUV 223.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 180 239 255 0.29 0.06 0 0 192.8 1 0.85
Hex B4 EF FF 1D 6 0 0 C1 64 55
Octal 264 357 377 35 6 0 0 301 144 125
Binary 10110100 11101111 11111111 11101 110 0 0 11000001 1100100 1010101

Color Harmonies of #B4EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EFFF

Black with #B4EFFF

Text Example


Text Example

White with #B4EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EFFF; }

 p { color: rgb(180,239,255); }

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

background-color css

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

 a { background-color: rgb(180,239,255); }

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

border-color css

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

 span { border-color: rgb(180,239,255); }

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