Html Css Color HEX #B4EFF2 Pale Turquoise

📋 copy color: '#B4EFF2'

red 180 ◦ green 239 ◦ blue 242

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

Shades of Pale Turquoise #B4EFF2

Tints of Pale Turquoise #B4EFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.61%

R = 27.23%
G = 36.16%
B = 36.61%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B4EFF2 (or 0xB4EFF2) is known color: Pale Turquoise. HEX triplet: B4, EF and F2. RGB value is (180,239,242). Sum of RGB (Red+Green+Blue) = 180+239+242=661 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.23% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4EFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EFF2 is #4B100D. Grayscale: #DDDDDD. Windows color (decimal): -4919310 or 15921076. OLE color: 15921076.

HSL color Cylindrical-coordinate representation of color #B4EFF2: hue angle of 182.9º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4EFF2 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 239 242 -
CMYK 0.26 0.01 0 0.05
HSL 182.9º 0.7% 0.83% -
HSV(B) 182.9º 0.26% 0.95% -
XYZ 65.72 77.85 95.57 -
YUV 221.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 180 239 242 0.26 0.01 0 0.05 182.9 0.7 0.83
Hex B4 EF F2 1A 1 0 5 B7 46 53
Octal 264 357 362 32 1 0 5 267 106 123
Binary 10110100 11101111 11110010 11010 1 0 101 10110111 1000110 1010011

Color Harmonies of #B4EFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EFF2

Black with #B4EFF2

Text Example


Text Example

White with #B4EFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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