Html Css Color HEX #B2EFF5 Pale Turquoise

📋 copy color: '#B2EFF5'

red 178 ◦ green 239 ◦ blue 245

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

Shades of Pale Turquoise #B2EFF5

Tints of Pale Turquoise #B2EFF5

RGB

 RED value IS 178 (69.92% from 255) = 26.89%

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

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

R = 26.89%
G = 36.1%
B = 37.01%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B2EFF5 (or 0xB2EFF5) is known color: Pale Turquoise. HEX triplet: B2, EF and F5. RGB value is (178,239,245). Sum of RGB (Red+Green+Blue) = 178+239+245=662 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.89% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #B2EFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFF5 is #4D100A. Grayscale: #DDDDDD. Windows color (decimal): -5050379 or 16117682. OLE color: 16117682.

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

Color convert

RGB 178 239 245 -
CMYK 0.27 0.02 0 0.04
HSL 185.37º 0.77% 0.83% -
HSV(B) 185.37º 0.27% 0.96% -
XYZ 65.71 77.79 97.94 -
YUV 221.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 178 239 245 0.27 0.02 0 0.04 185.37 0.77 0.83
Hex B2 EF F5 1B 2 0 4 B9 4D 53
Octal 262 357 365 33 2 0 4 271 115 123
Binary 10110010 11101111 11110101 11011 10 0 100 10111001 1001101 1010011

Color Harmonies of #B2EFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFF5

Black with #B2EFF5

Text Example


Text Example

White with #B2EFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFF5; }

 p { color: rgb(178,239,245); }

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

background-color css

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

 a { background-color: rgb(178,239,245); }

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

border-color css

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

 span { border-color: rgb(178,239,245); }

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