Html Css Color HEX #B2EDF3 Pale Turquoise

📋 copy color: '#B2EDF3'

red 178 ◦ green 237 ◦ blue 243

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

Shades of Pale Turquoise #B2EDF3

Tints of Pale Turquoise #B2EDF3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.02%

 BLUE value IS 243 (95.31% from 255) = 36.93%

R = 27.05%
G = 36.02%
B = 36.93%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2EDF3 (or 0xB2EDF3) is known color: Pale Turquoise. HEX triplet: B2, ED and F3. RGB value is (178,237,243). Sum of RGB (Red+Green+Blue) = 178+237+243=658 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.05% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2EDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EDF3 is #4D120C. Grayscale: #DBDBDB. Windows color (decimal): -5050893 or 15986098. OLE color: 15986098.

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

Color convert

RGB 178 237 243 -
CMYK 0.27 0.02 0 0.05
HSL 185.54º 0.73% 0.83% -
HSV(B) 185.54º 0.27% 0.95% -
XYZ 64.82 76.5 96.14 -
YUV 220.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 178 237 243 0.27 0.02 0 0.05 185.54 0.73 0.83
Hex B2 ED F3 1B 2 0 5 BA 49 53
Octal 262 355 363 33 2 0 5 272 111 123
Binary 10110010 11101101 11110011 11011 10 0 101 10111010 1001001 1010011

Color Harmonies of #B2EDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDF3

Black with #B2EDF3

Text Example


Text Example

White with #B2EDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDF3; }

 p { color: rgb(178,237,243); }

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

background-color css

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

 a { background-color: rgb(178,237,243); }

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

border-color css

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

 span { border-color: rgb(178,237,243); }

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