Html Css Color HEX #BCFEFF Pale Turquoise

📋 copy color: '#BCFEFF'

red 188 ◦ green 254 ◦ blue 255

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

Shades of Pale Turquoise #BCFEFF

Tints of Pale Turquoise #BCFEFF

RGB

 RED value IS 188 (73.83% from 255) = 26.97%

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

 BLUE value IS 255 (100% from 255) = 36.59%

R = 26.97%
G = 36.44%
B = 36.59%

CMYK

 C value IS 0.26

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCFEFF (or 0xBCFEFF) is known color: Pale Turquoise. HEX triplet: BC, FE and FF. RGB value is (188,254,255). Sum of RGB (Red+Green+Blue) = 188+254+255=697 (92% of max value = 765). Red value is 188 (73.83% from 255 or 26.97% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEFF is #430100. Grayscale: #EAEAEA. Windows color (decimal): -4391169 or 16776892. OLE color: 16776892.

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

Color convert

RGB 188 254 255 -
CMYK 0.26 0.00 0 0
HSL 180.9º 1% 0.87% -
HSV(B) 180.9º 0.26% 1% -
XYZ 74.23 88.8 107.83 -
YUV 234.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 188 254 255 0.26 0.00 0 0 180.9 1 0.87
Hex BC FE FF 1A 0 0 0 B5 64 57
Octal 274 376 377 32 0 0 0 265 144 127
Binary 10111100 11111110 11111111 11010 0 0 0 10110101 1100100 1010111

Color Harmonies of #BCFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEFF

Black with #BCFEFF

Text Example


Text Example

White with #BCFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEFF; }

 p { color: rgb(188,254,255); }

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

background-color css

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

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

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

border-color css

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

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

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