Html Css Color HEX #B7F2EF Pale Turquoise

📋 copy color: '#B7F2EF'

red 183 ◦ green 242 ◦ blue 239

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

Shades of Pale Turquoise #B7F2EF

Tints of Pale Turquoise #B7F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.45%

 BLUE value IS 239 (93.75% from 255) = 35.99%

R = 27.56%
G = 36.45%
B = 35.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#B7F2EF (or 0xB7F2EF) is known color: Pale Turquoise. HEX triplet: B7, F2 and EF. RGB value is (183,242,239). Sum of RGB (Red+Green+Blue) = 183+242+239=664 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.56% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F2EF is #480D10. Grayscale: #DFDFDF. Windows color (decimal): -4721937 or 15725239. OLE color: 15725239.

HSL color Cylindrical-coordinate representation of color #B7F2EF: hue angle of 176.95º degrees, saturation: 0.69, 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 #B7F2EF is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 242 239 -
CMYK 0.24 0 0.01 0.05
HSL 176.95º 0.69% 0.83% -
HSV(B) 176.95º 0.24% 0.95% -
XYZ 66.86 79.8 93.54 -
YUV 224.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 183 242 239 0.24 0 0.01 0.05 176.95 0.69 0.83
Hex B7 F2 EF 18 0 1 5 B1 45 53
Octal 267 362 357 30 0 1 5 261 105 123
Binary 10110111 11110010 11101111 11000 0 1 101 10110001 1000101 1010011

Color Harmonies of #B7F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F2EF

Black with #B7F2EF

Text Example


Text Example

White with #B7F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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