Html Css Color HEX #B5F0F3 Pale Turquoise

📋 copy color: '#B5F0F3'

red 181 ◦ green 240 ◦ blue 243

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

Shades of Pale Turquoise #B5F0F3

Tints of Pale Turquoise #B5F0F3

RGB

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

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

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

R = 27.26%
G = 36.14%
B = 36.6%

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

#B5F0F3 (or 0xB5F0F3) is known color: Pale Turquoise. HEX triplet: B5, F0 and F3. RGB value is (181,240,243). Sum of RGB (Red+Green+Blue) = 181+240+243=664 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.26% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5F0F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F0F3 is #4A0F0C. Grayscale: #DEDEDE. Windows color (decimal): -4853517 or 15986869. OLE color: 15986869.

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

Color convert

RGB 181 240 243 -
CMYK 0.26 0.01 0 0.05
HSL 182.9º 0.72% 0.83% -
HSV(B) 182.9º 0.26% 0.95% -
XYZ 66.39 78.62 96.47 -
YUV 222.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 181 240 243 0.26 0.01 0 0.05 182.9 0.72 0.83
Hex B5 F0 F3 1A 1 0 5 B7 48 53
Octal 265 360 363 32 1 0 5 267 110 123
Binary 10110101 11110000 11110011 11010 1 0 101 10110111 1001000 1010011

Color Harmonies of #B5F0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F0F3

Black with #B5F0F3

Text Example


Text Example

White with #B5F0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F0F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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