Html Css Color HEX #B2FCED Pale Turquoise

📋 copy color: '#B2FCED'

red 178 ◦ green 252 ◦ blue 237

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

Shades of Pale Turquoise #B2FCED

Tints of Pale Turquoise #B2FCED

RGB

 RED value IS 178 (69.92% from 255) = 26.69%

 GREEN value IS 252 (98.83% from 255) = 37.78%

 BLUE value IS 237 (92.97% from 255) = 35.53%

R = 26.69%
G = 37.78%
B = 35.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#B2FCED (or 0xB2FCED) is known color: Pale Turquoise. HEX triplet: B2, FC and ED. RGB value is (178,252,237). Sum of RGB (Red+Green+Blue) = 178+252+237=667 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.69% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FCED is #4D0312. Grayscale: #E4E4E4. Windows color (decimal): -5047059 or 15596722. OLE color: 15596722.

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

Color convert

RGB 178 252 237 -
CMYK 0.29 0 0.06 0.01
HSL 167.84º 0.93% 0.84% -
HSV(B) 167.84º 0.29% 0.99% -
XYZ 68.46 85.2 92.96 -
YUV 228.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 178 252 237 0.29 0 0.06 0.01 167.84 0.93 0.84
Hex B2 FC ED 1D 0 6 1 A8 5C 54
Octal 262 374 355 35 0 6 1 250 134 124
Binary 10110010 11111100 11101101 11101 0 110 1 10101000 1011100 1010100

Color Harmonies of #B2FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCED

Black with #B2FCED

Text Example


Text Example

White with #B2FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCED; }

 p { color: rgb(178,252,237); }

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

background-color css

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

 a { background-color: rgb(178,252,237); }

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

border-color css

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

 span { border-color: rgb(178,252,237); }

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