Html Css Color HEX #B3FDF3 Pale Turquoise

📋 copy color: '#B3FDF3'

red 179 ◦ green 253 ◦ blue 243

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

Shades of Pale Turquoise #B3FDF3

Tints of Pale Turquoise #B3FDF3

RGB

 RED value IS 179 (70.31% from 255) = 26.52%

 GREEN value IS 253 (99.22% from 255) = 37.48%

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

R = 26.52%
G = 37.48%
B = 36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#B3FDF3 (or 0xB3FDF3) is known color: Pale Turquoise. HEX triplet: B3, FD and F3. RGB value is (179,253,243). Sum of RGB (Red+Green+Blue) = 179+253+243=675 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.52% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FDF3 is #4C020C. Grayscale: #E5E5E5. Windows color (decimal): -4981261 or 15990195. OLE color: 15990195.

HSL color Cylindrical-coordinate representation of color #B3FDF3: hue angle of 171.89º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDF3 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 253 243 -
CMYK 0.29 0 0.04 0.01
HSL 171.89º 0.95% 0.85% -
HSV(B) 171.89º 0.29% 0.99% -
XYZ 69.89 86.31 97.77 -
YUV 229.73 135.48 91.81 -
System Red Green Blue C M Y K H S L
Decimal 179 253 243 0.29 0 0.04 0.01 171.89 0.95 0.85
Hex B3 FD F3 1D 0 4 1 AC 5F 55
Octal 263 375 363 35 0 4 1 254 137 125
Binary 10110011 11111101 11110011 11101 0 100 1 10101100 1011111 1010101

Color Harmonies of #B3FDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FDF3

Black with #B3FDF3

Text Example


Text Example

White with #B3FDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FDF3; }

 p { color: rgb(179,253,243); }

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

background-color css

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

 a { background-color: rgb(179,253,243); }

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

border-color css

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

 span { border-color: rgb(179,253,243); }

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