Html Css Color HEX #B4F0F3 Pale Turquoise

📋 copy color: '#B4F0F3'

red 180 ◦ green 240 ◦ blue 243

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

Shades of Pale Turquoise #B4F0F3

Tints of Pale Turquoise #B4F0F3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.2%

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

R = 27.15%
G = 36.2%
B = 36.65%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B4F0F3 (or 0xB4F0F3) is known color: Pale Turquoise. HEX triplet: B4, F0 and F3. RGB value is (180,240,243). Sum of RGB (Red+Green+Blue) = 180+240+243=663 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.15% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #B4F0F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F0F3 is #4B0F0C. Grayscale: #DEDEDE. Windows color (decimal): -4919053 or 15986868. OLE color: 15986868.

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

Color convert

RGB 180 240 243 -
CMYK 0.26 0.01 0 0.05
HSL 182.86º 0.72% 0.83% -
HSV(B) 182.86º 0.26% 0.95% -
XYZ 66.16 78.49 96.46 -
YUV 222.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 180 240 243 0.26 0.01 0 0.05 182.86 0.72 0.83
Hex B4 F0 F3 1A 1 0 5 B7 48 53
Octal 264 360 363 32 1 0 5 267 110 123
Binary 10110100 11110000 11110011 11010 1 0 101 10110111 1001000 1010011

Color Harmonies of #B4F0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F0F3

Black with #B4F0F3

Text Example


Text Example

White with #B4F0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F0F3; }

 p { color: rgb(180,240,243); }

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

background-color css

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

 a { background-color: rgb(180,240,243); }

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

border-color css

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

 span { border-color: rgb(180,240,243); }

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