Html Css Color HEX #BCF2ED Pale Turquoise

📋 copy color: '#BCF2ED'

red 188 ◦ green 242 ◦ blue 237

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

Shades of Pale Turquoise #BCF2ED

Tints of Pale Turquoise #BCF2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.28%

 BLUE value IS 237 (92.97% from 255) = 35.53%

R = 28.19%
G = 36.28%
B = 35.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#BCF2ED (or 0xBCF2ED) is known color: Pale Turquoise. HEX triplet: BC, F2 and ED. RGB value is (188,242,237). Sum of RGB (Red+Green+Blue) = 188+242+237=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2ED is #430D12. Grayscale: #E1E1E1. Windows color (decimal): -4394259 or 15594172. OLE color: 15594172.

HSL color Cylindrical-coordinate representation of color #BCF2ED: hue angle of 174.44º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2ED is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 237 -
CMYK 0.22 0 0.02 0.05
HSL 174.44º 0.68% 0.84% -
HSV(B) 174.44º 0.22% 0.95% -
XYZ 67.78 80.31 92.05 -
YUV 225.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 188 242 237 0.22 0 0.02 0.05 174.44 0.68 0.84
Hex BC F2 ED 16 0 2 5 AE 44 54
Octal 274 362 355 26 0 2 5 256 104 124
Binary 10111100 11110010 11101101 10110 0 10 101 10101110 1000100 1010100

Color Harmonies of #BCF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2ED

Black with #BCF2ED

Text Example


Text Example

White with #BCF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2ED; }

 p { color: rgb(188,242,237); }

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

background-color css

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

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

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

border-color css

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

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

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