Html Css Color HEX #BCFDF5 Pale Turquoise

📋 copy color: '#BCFDF5'

red 188 ◦ green 253 ◦ blue 245

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

Shades of Pale Turquoise #BCFDF5

Tints of Pale Turquoise #BCFDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.71%

R = 27.41%
G = 36.88%
B = 35.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#BCFDF5 (or 0xBCFDF5) is known color: Pale Turquoise. HEX triplet: BC, FD and F5. RGB value is (188,253,245). Sum of RGB (Red+Green+Blue) = 188+253+245=686 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.41% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDF5 is #43020A. Grayscale: #E8E8E8. Windows color (decimal): -4391435 or 16121276. OLE color: 16121276.

HSL color Cylindrical-coordinate representation of color #BCFDF5: hue angle of 172.62º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDF5 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 245 -
CMYK 0.26 0 0.03 0.01
HSL 172.62º 0.94% 0.86% -
HSV(B) 172.62º 0.26% 0.99% -
XYZ 72.35 87.53 99.47 -
YUV 232.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 188 253 245 0.26 0 0.03 0.01 172.62 0.94 0.86
Hex BC FD F5 1A 0 3 1 AD 5E 56
Octal 274 375 365 32 0 3 1 255 136 126
Binary 10111100 11111101 11110101 11010 0 11 1 10101101 1011110 1010110

Color Harmonies of #BCFDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDF5

Black with #BCFDF5

Text Example


Text Example

White with #BCFDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDF5; }

 p { color: rgb(188,253,245); }

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

background-color css

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

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

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

border-color css

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

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

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