Html Css Color HEX #B7EDF1 Pale Turquoise

📋 copy color: '#B7EDF1'

red 183 ◦ green 237 ◦ blue 241

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

Shades of Pale Turquoise #B7EDF1

Tints of Pale Turquoise #B7EDF1

RGB

 RED value IS 183 (71.88% from 255) = 27.69%

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

 BLUE value IS 241 (94.53% from 255) = 36.46%

R = 27.69%
G = 35.85%
B = 36.46%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B7EDF1 (or 0xB7EDF1) is known color: Pale Turquoise. HEX triplet: B7, ED and F1. RGB value is (183,237,241). Sum of RGB (Red+Green+Blue) = 183+237+241=661 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.69% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #B7EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDF1 is #48120E. Grayscale: #DDDDDD. Windows color (decimal): -4723215 or 15855031. OLE color: 15855031.

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

Color convert

RGB 183 237 241 -
CMYK 0.24 0.02 0 0.05
HSL 184.14º 0.67% 0.83% -
HSV(B) 184.14º 0.24% 0.95% -
XYZ 65.69 76.99 94.62 -
YUV 221.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 183 237 241 0.24 0.02 0 0.05 184.14 0.67 0.83
Hex B7 ED F1 18 2 0 5 B8 43 53
Octal 267 355 361 30 2 0 5 270 103 123
Binary 10110111 11101101 11110001 11000 10 0 101 10111000 1000011 1010011

Color Harmonies of #B7EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7EDF1

Black with #B7EDF1

Text Example


Text Example

White with #B7EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7EDF1; }

 p { color: rgb(183,237,241); }

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

background-color css

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

 a { background-color: rgb(183,237,241); }

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

border-color css

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

 span { border-color: rgb(183,237,241); }

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