Html Css Color HEX #B5FBEE Pale Turquoise

📋 copy color: '#B5FBEE'

red 181 ◦ green 251 ◦ blue 238

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

Shades of Pale Turquoise #B5FBEE

Tints of Pale Turquoise #B5FBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.52%

R = 27.01%
G = 37.46%
B = 35.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#B5FBEE (or 0xB5FBEE) is known color: Pale Turquoise. HEX triplet: B5, FB and EE. RGB value is (181,251,238). Sum of RGB (Red+Green+Blue) = 181+251+238=670 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.01% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBEE is #4A0411. Grayscale: #E4E4E4. Windows color (decimal): -4850706 or 15662005. OLE color: 15662005.

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

Color convert

RGB 181 251 238 -
CMYK 0.28 0 0.05 0.02
HSL 168.86º 0.9% 0.85% -
HSV(B) 168.86º 0.28% 0.98% -
XYZ 68.99 84.99 93.66 -
YUV 228.59 133.31 94.06 -
System Red Green Blue C M Y K H S L
Decimal 181 251 238 0.28 0 0.05 0.02 168.86 0.9 0.85
Hex B5 FB EE 1C 0 5 2 A9 5A 55
Octal 265 373 356 34 0 5 2 251 132 125
Binary 10110101 11111011 11101110 11100 0 101 10 10101001 1011010 1010101

Color Harmonies of #B5FBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FBEE

Black with #B5FBEE

Text Example


Text Example

White with #B5FBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FBEE; }

 p { color: rgb(181,251,238); }

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

background-color css

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

 a { background-color: rgb(181,251,238); }

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

border-color css

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

 span { border-color: rgb(181,251,238); }

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