Html Css Color HEX #B5FDFD Pale Turquoise

📋 copy color: '#B5FDFD'

red 181 ◦ green 253 ◦ blue 253

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

Shades of Pale Turquoise #B5FDFD

Tints of Pale Turquoise #B5FDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.83%

R = 26.35%
G = 36.83%
B = 36.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B5FDFD (or 0xB5FDFD) is known color: Pale Turquoise. HEX triplet: B5, FD and FD. RGB value is (181,253,253). Sum of RGB (Red+Green+Blue) = 181+253+253=687 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.35% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #B5FDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FDFD is #4A0202. Grayscale: #E7E7E7. Windows color (decimal): -4850179 or 16645557. OLE color: 16645557.

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

Color convert

RGB 181 253 253 -
CMYK 0.28 0 0 0.01
HSL 180º 0.95% 0.85% -
HSV(B) 180º 0.28% 0.99% -
XYZ 71.91 87.17 105.96 -
YUV 231.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 181 253 253 0.28 0 0 0.01 180 0.95 0.85
Hex B5 FD FD 1C 0 0 1 B4 5F 55
Octal 265 375 375 34 0 0 1 264 137 125
Binary 10110101 11111101 11111101 11100 0 0 1 10110100 1011111 1010101

Color Harmonies of #B5FDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FDFD

Black with #B5FDFD

Text Example


Text Example

White with #B5FDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FDFD; }

 p { color: rgb(181,253,253); }

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

background-color css

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

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

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

border-color css

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

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

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