Html Css Color HEX #BCFDFD Pale Turquoise

📋 copy color: '#BCFDFD'

red 188 ◦ green 253 ◦ blue 253

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

Shades of Pale Turquoise #BCFDFD

Tints of Pale Turquoise #BCFDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.46%

R = 27.09%
G = 36.46%
B = 36.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCFDFD (or 0xBCFDFD) is known color: Pale Turquoise. HEX triplet: BC, FD and FD. RGB value is (188,253,253). Sum of RGB (Red+Green+Blue) = 188+253+253=694 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.09% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #BCFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDFD is #430202. Grayscale: #E9E9E9. Windows color (decimal): -4391427 or 16645564. OLE color: 16645564.

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

Color convert

RGB 188 253 253 -
CMYK 0.26 0 0 0.01
HSL 180º 0.94% 0.86% -
HSV(B) 180º 0.26% 0.99% -
XYZ 73.59 88.03 106.04 -
YUV 233.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 188 253 253 0.26 0 0 0.01 180 0.94 0.86
Hex BC FD FD 1A 0 0 1 B4 5E 56
Octal 274 375 375 32 0 0 1 264 136 126
Binary 10111100 11111101 11111101 11010 0 0 1 10110100 1011110 1010110

Color Harmonies of #BCFDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDFD

Black with #BCFDFD

Text Example


Text Example

White with #BCFDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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