Html Css Color HEX #B5FFF3 Pale Turquoise

📋 copy color: '#B5FFF3'

red 181 ◦ green 255 ◦ blue 243

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

Shades of Pale Turquoise #B5FFF3

Tints of Pale Turquoise #B5FFF3

RGB

 RED value IS 181 (71.09% from 255) = 26.66%

 GREEN value IS 255 (100% from 255) = 37.56%

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

R = 26.66%
G = 37.56%
B = 35.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#B5FFF3 (or 0xB5FFF3) is known color: Pale Turquoise. HEX triplet: B5, FF and F3. RGB value is (181,255,243). Sum of RGB (Red+Green+Blue) = 181+255+243=679 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.66% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFF3 is #4A000C. Grayscale: #E7E7E7. Windows color (decimal): -4849677 or 15990709. OLE color: 15990709.

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

Color convert

RGB 181 255 243 -
CMYK 0.29 0 0.05 0
HSL 170.27º 1% 0.85% -
HSV(B) 170.27º 0.29% 1% -
XYZ 70.99 87.81 98 -
YUV 231.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 181 255 243 0.29 0 0.05 0 170.27 1 0.85
Hex B5 FF F3 1D 0 5 0 AA 64 55
Octal 265 377 363 35 0 5 0 252 144 125
Binary 10110101 11111111 11110011 11101 0 101 0 10101010 1100100 1010101

Color Harmonies of #B5FFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFF3

Black with #B5FFF3

Text Example


Text Example

White with #B5FFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFF3; }

 p { color: rgb(181,255,243); }

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

background-color css

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

 a { background-color: rgb(181,255,243); }

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

border-color css

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

 span { border-color: rgb(181,255,243); }

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