Html Css Color HEX #B2FCEE Pale Turquoise

📋 copy color: '#B2FCEE'

red 178 ◦ green 252 ◦ blue 238

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

Shades of Pale Turquoise #B2FCEE

Tints of Pale Turquoise #B2FCEE

RGB

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

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

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

R = 26.65%
G = 37.72%
B = 35.63%

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

#B2FCEE (or 0xB2FCEE) is known color: Pale Turquoise. HEX triplet: B2, FC and EE. RGB value is (178,252,238). Sum of RGB (Red+Green+Blue) = 178+252+238=668 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.65% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FCEE is #4D0311. Grayscale: #E4E4E4. Windows color (decimal): -5047058 or 15662258. OLE color: 15662258.

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

Color convert

RGB 178 252 238 -
CMYK 0.29 0 0.06 0.01
HSL 168.65º 0.93% 0.84% -
HSV(B) 168.65º 0.29% 0.99% -
XYZ 68.6 85.26 93.73 -
YUV 228.28 133.48 92.14 -
System Red Green Blue C M Y K H S L
Decimal 178 252 238 0.29 0 0.06 0.01 168.65 0.93 0.84
Hex B2 FC EE 1D 0 6 1 A9 5C 54
Octal 262 374 356 35 0 6 1 251 134 124
Binary 10110010 11111100 11101110 11101 0 110 1 10101001 1011100 1010100

Color Harmonies of #B2FCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCEE

Black with #B2FCEE

Text Example


Text Example

White with #B2FCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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