Html Css Color HEX #B4FBED Pale Turquoise

📋 copy color: '#B4FBED'

red 180 ◦ green 251 ◦ blue 237

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

Shades of Pale Turquoise #B4FBED

Tints of Pale Turquoise #B4FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.57%

 BLUE value IS 237 (92.97% from 255) = 35.48%

R = 26.95%
G = 37.57%
B = 35.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#B4FBED (or 0xB4FBED) is known color: Pale Turquoise. HEX triplet: B4, FB and ED. RGB value is (180,251,237). Sum of RGB (Red+Green+Blue) = 180+251+237=668 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.95% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FBED is #4B0412. Grayscale: #E4E4E4. Windows color (decimal): -4916243 or 15596468. OLE color: 15596468.

HSL color Cylindrical-coordinate representation of color #B4FBED: hue angle of 168.17º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBED is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 251 237 -
CMYK 0.28 0 0.06 0.02
HSL 168.17º 0.9% 0.85% -
HSV(B) 168.17º 0.28% 0.98% -
XYZ 68.61 84.81 92.88 -
YUV 228.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 180 251 237 0.28 0 0.06 0.02 168.17 0.9 0.85
Hex B4 FB ED 1C 0 6 2 A8 5A 55
Octal 264 373 355 34 0 6 2 250 132 125
Binary 10110100 11111011 11101101 11100 0 110 10 10101000 1011010 1010101

Color Harmonies of #B4FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBED

Black with #B4FBED

Text Example


Text Example

White with #B4FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBED; }

 p { color: rgb(180,251,237); }

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

background-color css

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

 a { background-color: rgb(180,251,237); }

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

border-color css

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

 span { border-color: rgb(180,251,237); }

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