#BDFEFC

Color #BDFEFC Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BDFEFC

Tints of Pale Turquoise #BDFEFC

Color information

#BDFEFC (or 0xBDFEFC) is unknown color: approx Pale Turquoise. HEX triplet: BD, FE and FC. RGB value is (189,254,252). Sum of RGB (Red+Green+Blue) = 189+254+252=695 (92% of max value = 765). Red value is 189 (74.22% from 255 or 27.19% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEFC is #420103. Grayscale: #EAEAEA. Windows color (decimal): -4325636 or 16580285. OLE color: 16580285.

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

Color convert

RGB189254252-
CMYK0.2600.010.00
HSL178.15º97.01%86.86%-
HSV(B)178.15º25.59%99.61%-
XYZ7488.73105.32-
YUV234.34137.9795.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.19%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=27.19%
G=36.55%
B=36.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542520.2600.010.00178.1597.0186.86
HexBDFEFC1A010b26157
Octal27537637432010262141127
Binary101111011111111011111100110100101011001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEFC; }

 p { color: rgb(189,254,252); }

 H1.HeaderClassName
 {
   color: #BDFEFC;
 }
 .AnyTagClassName
 {
   color: #BDFEFC;
 }
</style>
background-color css

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

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

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

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

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

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