Html Css Color HEX #B6FEFE Pale Turquoise

📋 copy color: '#B6FEFE'

red 182 ◦ green 254 ◦ blue 254

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

Shades of Pale Turquoise #B6FEFE

Tints of Pale Turquoise #B6FEFE

RGB

 RED value IS 182 (71.48% from 255) = 26.38%

 GREEN value IS 254 (99.61% from 255) = 36.81%

 BLUE value IS 254 (99.61% from 255) = 36.81%

R = 26.38%
G = 36.81%
B = 36.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B6FEFE (or 0xB6FEFE) is known color: Pale Turquoise. HEX triplet: B6, FE and FE. RGB value is (182,254,254). Sum of RGB (Red+Green+Blue) = 182+254+254=690 (91% of max value = 765). Red value is 182 (71.48% from 255 or 26.38% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #B6FEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FEFE is #490101. Grayscale: #E8E8E8. Windows color (decimal): -4784386 or 16711350. OLE color: 16711350.

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

Color convert

RGB 182 254 254 -
CMYK 0.28 0 0 0.00
HSL 180º 0.97% 0.85% -
HSV(B) 180º 0.28% 1% -
XYZ 72.62 87.98 106.92 -
YUV 232.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 182 254 254 0.28 0 0 0.00 180 0.97 0.85
Hex B6 FE FE 1C 0 0 0 B4 61 55
Octal 266 376 376 34 0 0 0 264 141 125
Binary 10110110 11111110 11111110 11100 0 0 0 10110100 1100001 1010101

Color Harmonies of #B6FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FEFE

Black with #B6FEFE

Text Example


Text Example

White with #B6FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FEFE; }

 p { color: rgb(182,254,254); }

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

background-color css

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

 a { background-color: rgb(182,254,254); }

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

border-color css

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

 span { border-color: rgb(182,254,254); }

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